Html Css Color HEX #0E4A99 Cobalt

📋 copy color: '#0E4A99'

red 14 ◦ green 74 ◦ blue 153

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

Shades of Cobalt #0E4A99

Tints of Cobalt #0E4A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

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

R = 5.81%
G = 30.71%
B = 63.49%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0E4A99 (or 0x0E4A99) is known color: Cobalt. HEX triplet: 0E, 4A and 99. RGB value is (14,74,153). Sum of RGB (Red+Green+Blue) = 14+74+153=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E4A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4A99 is #F1B566. Grayscale: #404040. Windows color (decimal): -15840615 or 10045966. OLE color: 10045966.

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

Color convert

RGB 14 74 153 -
CMYK 0.91 0.52 0 0.4
HSL 214.1º 0.83% 0.33% -
HSV(B) 214.1º 0.91% 0.6% -
XYZ 8.38 7.29 31.1 -
YUV 65.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 14 74 153 0.91 0.52 0 0.4 214.1 0.83 0.33
Hex E 4A 99 5B 34 0 28 D6 53 21
Octal 16 112 231 133 64 0 50 326 123 41
Binary 1110 1001010 10011001 1011011 110100 0 101000 11010110 1010011 100001

Color Harmonies of #0E4A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4A99

Black with #0E4A99

Text Example


Text Example

White with #0E4A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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