Html Css Color HEX #0E469B Cobalt

📋 copy color: '#0E469B'

red 14 ◦ green 70 ◦ blue 155

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

Shades of Cobalt #0E469B

Tints of Cobalt #0E469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 5.86%
G = 29.29%
B = 64.85%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E469B (or 0x0E469B) is known color: Cobalt. HEX triplet: 0E, 46 and 9B. RGB value is (14,70,155). Sum of RGB (Red+Green+Blue) = 14+70+155=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E469B is #F1B964. Grayscale: #3E3E3E. Windows color (decimal): -15841637 or 10176014. OLE color: 10176014.

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

Color convert

RGB 14 70 155 -
CMYK 0.91 0.55 0 0.39
HSL 216.17º 0.83% 0.33% -
HSV(B) 216.17º 0.91% 0.61% -
XYZ 8.29 6.84 31.89 -
YUV 62.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 14 70 155 0.91 0.55 0 0.39 216.17 0.83 0.33
Hex E 46 9B 5B 37 0 27 D8 53 21
Octal 16 106 233 133 67 0 47 330 123 41
Binary 1110 1000110 10011011 1011011 110111 0 100111 11011000 1010011 100001

Color Harmonies of #0E469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E469B

Black with #0E469B

Text Example


Text Example

White with #0E469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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