#0E449C

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

Shades of Cobalt #0E449C

Tints of Cobalt #0E449C

Color information

#0E449C (or 0x0E449C) is unknown color: approx Cobalt. HEX triplet: 0E, 44 and 9C. RGB value is (14,68,156). Sum of RGB (Red+Green+Blue) = 14+68+156=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E449C is #F1BB63. Grayscale: #3D3D3D. Windows color (decimal): -15842148 or 10241038. OLE color: 10241038.

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

Color convert

RGB1468156-
CMYK0.910.5600.39
HSL217.18º83.53%33.33%-
HSV(B)217.18º91.03%61.18%-
XYZ8.256.6332.3-
YUV61.89181.1193.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 65.55%
R=5.88%
G=28.57%
B=65.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14681560.910.5600.39217.1883.5333.33
HexE449C5B38027d95421
Octal161042341337004733112441
Binary111010001001001110010110111110000100111110110011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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