#12508D

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

Shades of Dark Cerulean #12508D

Tints of Dark Cerulean #12508D

Color information

#12508D (or 0x12508D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 8D. RGB value is (18,80,141). Sum of RGB (Red+Green+Blue) = 18+80+141=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #12508D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12508D is #EDAF72. Grayscale: #444444. Windows color (decimal): -15576947 or 9261074. OLE color: 9261074.

HSL color Cylindrical-coordinate representation of color #12508D: hue angle of 209.76º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12508D is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1880141-
CMYK0.870.4300.45
HSL209.76º77.36%31.18%-
HSV(B)209.76º87.23%55.29%-
XYZ7.937.7926.28-
YUV68.42168.9692.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 141 (55.47% from 255) = 59.00%
R=7.53%
G=33.47%
B=59.00%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18801410.870.4300.45209.7677.3631.18
Hex12508D572B02Dd24d1f
Octal221202151275305532211537
Binary100101010000100011011010111101011010110111010010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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