Html Css Color HEX #0E4699 Cobalt

📋 copy color: '#0E4699'

red 14 ◦ green 70 ◦ blue 153

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

Shades of Cobalt #0E4699

Tints of Cobalt #0E4699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 5.91%
G = 29.54%
B = 64.56%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0E4699 (or 0x0E4699) is known color: Cobalt. HEX triplet: 0E, 46 and 99. RGB value is (14,70,153). Sum of RGB (Red+Green+Blue) = 14+70+153=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E4699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4699 is #F1B966. Grayscale: #3E3E3E. Windows color (decimal): -15841639 or 10044942. OLE color: 10044942.

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

Color convert

RGB 14 70 153 -
CMYK 0.91 0.54 0 0.4
HSL 215.83º 0.83% 0.33% -
HSV(B) 215.83º 0.91% 0.6% -
XYZ 8.12 6.77 31.02 -
YUV 62.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 14 70 153 0.91 0.54 0 0.4 215.83 0.83 0.33
Hex E 46 99 5B 36 0 28 D8 53 21
Octal 16 106 231 133 66 0 50 330 123 41
Binary 1110 1000110 10011001 1011011 110110 0 101000 11011000 1010011 100001

Color Harmonies of #0E4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4699

Black with #0E4699

Text Example


Text Example

White with #0E4699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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