#12436D

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

Shades of Dark Cerulean #12436D

Tints of Dark Cerulean #12436D

Color information

#12436D (or 0x12436D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 43 and 6D. RGB value is (18,67,109). Sum of RGB (Red+Green+Blue) = 18+67+109=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #12436D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12436D is #EDBC92. Grayscale: #383838. Windows color (decimal): -15580307 or 7160594. OLE color: 7160594.

HSL color Cylindrical-coordinate representation of color #12436D: hue angle of 207.69º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12436D is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1867109-
CMYK0.830.3900.57
HSL207.69º71.65%24.9%-
HSV(B)207.69º83.49%42.75%-
XYZ5.025.2515.22-
YUV57.14157.27100.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=9.28%
G=34.54%
B=56.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18671090.830.3900.57207.6971.6524.9
Hex12436D5327039d04819
Octal221031551234707132011031
Binary10010100001111011011010011100111011100111010000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12436D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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