#124c7c

Color #124C7C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #124C7C

Tints of Dark Cerulean #124C7C

Color information

#124C7C (or 0x124C7C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4C and 7C. RGB value is (18,76,124). Sum of RGB (Red+Green+Blue) = 18+76+124=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #124C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C7C is #EDB383. Grayscale: #3F3F3F. Windows color (decimal): -15577988 or 8145938. OLE color: 8145938.

HSL color Cylindrical-coordinate representation of color #124C7C: hue angle of 207.17º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124C7C is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1876124-
CMYK0.850.3900.51
HSL207.17º74.65%27.84%-
HSV(B)207.17º85.48%48.63%-
XYZ6.476.7520.03-
YUV64.13161.7895.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=8.26%
G=34.86%
B=56.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18761240.850.3900.51207.1774.6527.84
Hex124C7C5527033cf4b1c
Octal221141741254706331711334
Binary10010100110011111001010101100111011001111001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124c7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124c7c; }

 p { color: rgb(18,76,124); }

 H1.HeaderClassName
 {
   color: #124c7c;
 }
 .AnyTagClassName
 {
   color: #124c7c;
 }
</style>
background-color css

<style>
 a { background-color: #124c7c; }

 a { background-color: rgb(18,76,124); }

 div.DivClassName
 {
   background-color: #124c7c;
 }
 .BgClassName
 {
   background-color: #124c7c;
 }
</style>
border-color css

<style>
 span { border-color: #124c7c; }

 span { border-color: rgb(18,76,124); }

 td.TdClassName
 {
   border-color: #124c7c;
 }
 .TagClassName
 {
   border-color: #124c7c;
 }
</style>