Html Css Color HEX #0E459C Cobalt

📋 copy color: '#0E459C'

red 14 ◦ green 69 ◦ blue 156

#0E459C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0E459C

Tints of Cobalt #0E459C

RGB

 RED value IS 14 (5.86% from 255) = 5.86%

 GREEN value IS 69 (27.34% from 255) = 28.87%

 BLUE value IS 156 (61.33% from 255) = 65.27%

R = 5.86%
G = 28.87%
B = 65.27%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E459C (or 0x0E459C) is known color: Cobalt. HEX triplet: 0E, 45 and 9C. RGB value is (14,69,156). Sum of RGB (Red+Green+Blue) = 14+69+156=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E459C is #F1BA63. Grayscale: #3E3E3E. Windows color (decimal): -15841892 or 10241294. OLE color: 10241294.

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

Color convert

RGB 14 69 156 -
CMYK 0.91 0.56 0 0.39
HSL 216.76º 0.84% 0.33% -
HSV(B) 216.76º 0.91% 0.61% -
XYZ 8.31 6.75 32.32 -
YUV 62.47 180.78 93.43 -
System Red Green Blue C M Y K H S L
Decimal 14 69 156 0.91 0.56 0 0.39 216.76 0.84 0.33
Hex E 45 9C 5B 38 0 27 D9 54 21
Octal 16 105 234 133 70 0 47 331 124 41
Binary 1110 1000101 10011100 1011011 111000 0 100111 11011001 1010100 100001

Color Harmonies of #0E459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E459C

Black with #0E459C

Text Example


Text Example

White with #0E459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E459C;
 }
 .AnyTagClassName
 {
   color: #0E459C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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