Html Css Color HEX #0E5498 Cobalt

📋 copy color: '#0E5498'

red 14 ◦ green 84 ◦ blue 152

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

Shades of Cobalt #0E5498

Tints of Cobalt #0E5498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 5.6%
G = 33.6%
B = 60.8%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0E5498 (or 0x0E5498) is known color: Cobalt. HEX triplet: 0E, 54 and 98. RGB value is (14,84,152). Sum of RGB (Red+Green+Blue) = 14+84+152=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E5498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5498 is #F1AB67. Grayscale: #464646. Windows color (decimal): -15838056 or 9982990. OLE color: 9982990.

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

Color convert

RGB 14 84 152 -
CMYK 0.91 0.45 0 0.40
HSL 209.57º 0.83% 0.33% -
HSV(B) 209.57º 0.91% 0.6% -
XYZ 9.02 8.7 30.91 -
YUV 70.82 173.81 87.47 -
System Red Green Blue C M Y K H S L
Decimal 14 84 152 0.91 0.45 0 0.40 209.57 0.83 0.33
Hex E 54 98 5B 2D 0 28 D2 53 21
Octal 16 124 230 133 55 0 50 322 123 41
Binary 1110 1010100 10011000 1011011 101101 0 101000 11010010 1010011 100001

Color Harmonies of #0E5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5498

Black with #0E5498

Text Example


Text Example

White with #0E5498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,84,152); }

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

background-color css

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

 a { background-color: rgb(14,84,152); }

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

border-color css

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

 span { border-color: rgb(14,84,152); }

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