Html Css Color HEX #0E5BA4 Cobalt

📋 copy color: '#0E5BA4'

red 14 ◦ green 91 ◦ blue 164

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

Shades of Cobalt #0E5BA4

Tints of Cobalt #0E5BA4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.83%

 BLUE value IS 164 (64.45% from 255) = 60.97%

R = 5.2%
G = 33.83%
B = 60.97%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0E5BA4 (or 0x0E5BA4) is known color: Cobalt. HEX triplet: 0E, 5B and A4. RGB value is (14,91,164). Sum of RGB (Red+Green+Blue) = 14+91+164=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 164 (64.45% from 255 or 60.97% from 269); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E5BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5BA4 is #F1A45B. Grayscale: #4B4B4B. Windows color (decimal): -15836252 or 10771214. OLE color: 10771214.

HSL color Cylindrical-coordinate representation of color #0E5BA4: hue angle of 209.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5BA4 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 91 164 -
CMYK 0.91 0.45 0 0.36
HSL 209.2º 0.84% 0.35% -
HSV(B) 209.2º 0.91% 0.64% -
XYZ 10.62 10.26 36.54 -
YUV 76.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 14 91 164 0.91 0.45 0 0.36 209.2 0.84 0.35
Hex E 5B A4 5B 2D 0 24 D1 54 23
Octal 16 133 244 133 55 0 44 321 124 43
Binary 1110 1011011 10100100 1011011 101101 0 100100 11010001 1010100 100011

Color Harmonies of #0E5BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5BA4

Black with #0E5BA4

Text Example


Text Example

White with #0E5BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,91,164); }

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

background-color css

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

 a { background-color: rgb(14,91,164); }

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

border-color css

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

 span { border-color: rgb(14,91,164); }

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