Html Css Color HEX #0E4899 Cobalt

📋 copy color: '#0E4899'

red 14 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #0E4899

Tints of Cobalt #0E4899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 5.86%
G = 30.13%
B = 64.02%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0E4899 (or 0x0E4899) is known color: Cobalt. HEX triplet: 0E, 48 and 99. RGB value is (14,72,153). Sum of RGB (Red+Green+Blue) = 14+72+153=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E4899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4899 is #F1B766. Grayscale: #3F3F3F. Windows color (decimal): -15841127 or 10045454. OLE color: 10045454.

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

Color convert

RGB 14 72 153 -
CMYK 0.91 0.53 0 0.4
HSL 214.96º 0.83% 0.33% -
HSV(B) 214.96º 0.91% 0.6% -
XYZ 8.25 7.03 31.06 -
YUV 63.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 14 72 153 0.91 0.53 0 0.4 214.96 0.83 0.33
Hex E 48 99 5B 35 0 28 D7 53 21
Octal 16 110 231 133 65 0 50 327 123 41
Binary 1110 1001000 10011001 1011011 110101 0 101000 11010111 1010011 100001

Color Harmonies of #0E4899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4899

Black with #0E4899

Text Example


Text Example

White with #0E4899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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