#124387

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

Shades of Dark Cerulean #124387

Tints of Dark Cerulean #124387

Color information

#124387 (or 0x124387) is unknown color: approx Dark Cerulean. HEX triplet: 12, 43 and 87. RGB value is (18,67,135). Sum of RGB (Red+Green+Blue) = 18+67+135=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #124387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124387 is #EDBC78. Grayscale: #3B3B3B. Windows color (decimal): -15580281 or 8864530. OLE color: 8864530.

HSL color Cylindrical-coordinate representation of color #124387: hue angle of 214.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124387 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1867135-
CMYK0.870.5000.47
HSL214.87º76.47%30%-
HSV(B)214.87º86.67%52.94%-
XYZ6.635.8923.71-
YUV60.1170.2797.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 135 (53.12% from 255) = 61.36%
R=8.18%
G=30.45%
B=61.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18671350.870.5000.47214.8776.4730
Hex124387573202Fd74c1e
Octal221032071276205732711436
Binary100101000011100001111010111110010010111111010111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124387; }

 p { color: rgb(18,67,135); }

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

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

 a { background-color: rgb(18,67,135); }

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

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

 span { border-color: rgb(18,67,135); }

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