#12377D

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

Shades of Dark Cerulean #12377D

Tints of Dark Cerulean #12377D

Color information

#12377D (or 0x12377D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 37 and 7D. RGB value is (18,55,125). Sum of RGB (Red+Green+Blue) = 18+55+125=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #12377D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12377D is #EDC882. Grayscale: #333333. Windows color (decimal): -15583363 or 8206098. OLE color: 8206098.

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

Color convert

RGB1855125-
CMYK0.860.5600.51
HSL219.25º74.83%28.04%-
HSV(B)219.25º85.6%49.02%-
XYZ5.324.3419.96-
YUV51.92169.24103.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 125 (49.22% from 255) = 63.13%
R=9.09%
G=27.78%
B=63.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18551250.860.5600.51219.2574.8328.04
Hex12377D5638033db4b1c
Octal22671751267006333311334
Binary1001011011111111011010110111000011001111011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12377D; }

 p { color: rgb(18,55,125); }

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

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

 a { background-color: rgb(18,55,125); }

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

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

 span { border-color: rgb(18,55,125); }

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