#0E539B

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

Shades of Cobalt #0E539B

Tints of Cobalt #0E539B

Color information

#0E539B (or 0x0E539B) is unknown color: approx Cobalt. HEX triplet: 0E, 53 and 9B. RGB value is (14,83,155). Sum of RGB (Red+Green+Blue) = 14+83+155=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E539B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E539B is #F1AC64. Grayscale: #464646. Windows color (decimal): -15838309 or 10179342. OLE color: 10179342.

HSL color Cylindrical-coordinate representation of color #0E539B: hue angle of 210.64º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E539B is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1483155-
CMYK0.910.4600.39
HSL210.64º83.43%33.14%-
HSV(B)210.64º90.97%60.78%-
XYZ9.198.6532.19-
YUV70.58175.6487.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.56%
GREEN value IS 83 (32.81% from 255) = 32.94%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=5.56%
G=32.94%
B=61.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14831550.910.4600.39210.6483.4333.14
HexE539B5B2E027d35321
Octal161232331335604732312341
Binary111010100111001101110110111011100100111110100111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E539B; }

 p { color: rgb(14,83,155); }

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

<style>
 a { background-color: #0E539B; }

 a { background-color: rgb(14,83,155); }

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

<style>
 span { border-color: #0E539B; }

 span { border-color: rgb(14,83,155); }

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