#0E509C

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

Shades of Cobalt #0E509C

Tints of Cobalt #0E509C

Color information

#0E509C (or 0x0E509C) is unknown color: approx Cobalt. HEX triplet: 0E, 50 and 9C. RGB value is (14,80,156). Sum of RGB (Red+Green+Blue) = 14+80+156=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E509C is #F1AF63. Grayscale: #444444. Windows color (decimal): -15839076 or 10244110. OLE color: 10244110.

HSL color Cylindrical-coordinate representation of color #0E509C: hue angle of 212.11º degrees, saturation: 0.84, 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 #0E509C is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1480156-
CMYK0.910.4900.39
HSL212.11º83.53%33.33%-
HSV(B)212.11º91.03%61.18%-
XYZ9.058.2332.56-
YUV68.93177.1388.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 156 (61.33% from 255) = 62.4%
R=5.6%
G=32%
B=62.4%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14801560.910.4900.39212.1183.5333.33
HexE509C5B31027d45421
Octal161202341336104732412441
Binary111010100001001110010110111100010100111110101001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,156); }

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

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

 a { background-color: rgb(14,80,156); }

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

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

 span { border-color: rgb(14,80,156); }

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