Html Css Color HEX #0E5397 Cobalt

📋 copy color: '#0E5397'

red 14 ◦ green 83 ◦ blue 151

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

Shades of Cobalt #0E5397

Tints of Cobalt #0E5397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 151 (59.38% from 255) = 60.89%

R = 5.65%
G = 33.47%
B = 60.89%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0E5397 (or 0x0E5397) is known color: Cobalt. HEX triplet: 0E, 53 and 97. RGB value is (14,83,151). Sum of RGB (Red+Green+Blue) = 14+83+151=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E5397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5397 is #F1AC68. Grayscale: #454545. Windows color (decimal): -15838313 or 9917198. OLE color: 9917198.

HSL color Cylindrical-coordinate representation of color #0E5397: hue angle of 209.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5397 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 83 151 -
CMYK 0.91 0.45 0 0.41
HSL 209.78º 0.83% 0.32% -
HSV(B) 209.78º 0.91% 0.59% -
XYZ 8.86 8.51 30.45 -
YUV 70.12 173.64 87.97 -
System Red Green Blue C M Y K H S L
Decimal 14 83 151 0.91 0.45 0 0.41 209.78 0.83 0.32
Hex E 53 97 5B 2D 0 29 D2 53 20
Octal 16 123 227 133 55 0 51 322 123 40
Binary 1110 1010011 10010111 1011011 101101 0 101001 11010010 1010011 100000

Color Harmonies of #0E5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5397

Black with #0E5397

Text Example


Text Example

White with #0E5397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,83,151); }

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

background-color css

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

 a { background-color: rgb(14,83,151); }

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

border-color css

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

 span { border-color: rgb(14,83,151); }

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