#12507D

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

Shades of Dark Cerulean #12507D

Tints of Dark Cerulean #12507D

Color information

#12507D (or 0x12507D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 7D. RGB value is (18,80,125). Sum of RGB (Red+Green+Blue) = 18+80+125=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #12507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12507D is #EDAF82. Grayscale: #424242. Windows color (decimal): -15576963 or 8212498. OLE color: 8212498.

HSL color Cylindrical-coordinate representation of color #12507D: hue angle of 205.23º 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 #12507D is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1880125-
CMYK0.860.3600.51
HSL205.23º74.83%28.04%-
HSV(B)205.23º85.6%49.02%-
XYZ6.827.3520.46-
YUV66.59160.9693.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 125 (49.22% from 255) = 56.05%
R=8.07%
G=35.87%
B=56.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18801250.860.3600.51205.2374.8328.04
Hex12507D5624033cd4b1c
Octal221201751264406331511334
Binary10010101000011111011010110100100011001111001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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