#12539E

Color #12539E Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #12539E

Tints of Cobalt #12539E

Color information

#12539E (or 0x12539E) is unknown color: approx Cobalt. HEX triplet: 12, 53 and 9E. RGB value is (18,83,158). Sum of RGB (Red+Green+Blue) = 18+83+158=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #12539E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12539E is #EDAC61. Grayscale: #474747. Windows color (decimal): -15576162 or 10375954. OLE color: 10375954.

HSL color Cylindrical-coordinate representation of color #12539E: hue angle of 212.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12539E is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1883158-
CMYK0.890.4700.38
HSL212.14º79.55%34.51%-
HSV(B)212.14º88.61%61.96%-
XYZ9.518.7833.54-
YUV72.11176.4789.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=6.95%
G=32.05%
B=61.00%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18831580.890.4700.38212.1479.5534.51
Hex12539E592F026d45023
Octal221232361315704632412043
Binary1001010100111001111010110011011110100110110101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12539E; }

 p { color: rgb(18,83,158); }

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

<style>
 a { background-color: #12539E; }

 a { background-color: rgb(18,83,158); }

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

<style>
 span { border-color: #12539E; }

 span { border-color: rgb(18,83,158); }

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