#124376

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

Shades of Dark Cerulean #124376

Tints of Dark Cerulean #124376

Color information

#124376 (or 0x124376) is unknown color: approx Dark Cerulean. HEX triplet: 12, 43 and 76. RGB value is (18,67,118). Sum of RGB (Red+Green+Blue) = 18+67+118=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #124376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124376 is #EDBC89. Grayscale: #393939. Windows color (decimal): -15580298 or 7750418. OLE color: 7750418.

HSL color Cylindrical-coordinate representation of color #124376: hue angle of 210.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124376 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1867118-
CMYK0.850.4300.54
HSL210.6º73.53%26.67%-
HSV(B)210.6º84.75%46.27%-
XYZ5.535.4517.9-
YUV58.16161.7799.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=8.87%
G=33.00%
B=58.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18671180.850.4300.54210.673.5326.67
Hex124376552B036d34a1b
Octal221031661255306632311233
Binary10010100001111101101010101101011011011011010011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124376; }

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

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

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

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

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

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

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

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