#12507B

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

Shades of Dark Cerulean #12507B

Tints of Dark Cerulean #12507B

Color information

#12507B (or 0x12507B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 7B. RGB value is (18,80,123). Sum of RGB (Red+Green+Blue) = 18+80+123=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #12507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12507B is #EDAF84. Grayscale: #424242. Windows color (decimal): -15576965 or 8081426. OLE color: 8081426.

HSL color Cylindrical-coordinate representation of color #12507B: hue angle of 204.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12507B is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1880123-
CMYK0.850.3500.52
HSL204.57º74.47%27.65%-
HSV(B)204.57º85.37%48.24%-
XYZ6.697.319.79-
YUV66.36159.9693.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=8.14%
G=36.20%
B=55.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18801230.850.3500.52204.5774.4727.65
Hex12507B5523034cd4a1c
Octal221201731254306431511234
Binary10010101000011110111010101100011011010011001101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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