Html Css Color HEX #0E519B Cobalt

📋 copy color: '#0E519B'

red 14 ◦ green 81 ◦ blue 155

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

Shades of Cobalt #0E519B

Tints of Cobalt #0E519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 155 (60.94% from 255) = 62%

R = 5.6%
G = 32.4%
B = 62%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E519B (or 0x0E519B) is known color: Cobalt. HEX triplet: 0E, 51 and 9B. RGB value is (14,81,155). Sum of RGB (Red+Green+Blue) = 14+81+155=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E519B is #F1AE64. Grayscale: #454545. Windows color (decimal): -15838821 or 10178830. OLE color: 10178830.

HSL color Cylindrical-coordinate representation of color #0E519B: hue angle of 211.49º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E519B is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 81 155 -
CMYK 0.91 0.48 0 0.39
HSL 211.49º 0.83% 0.33% -
HSV(B) 211.49º 0.91% 0.61% -
XYZ 9.04 8.34 32.14 -
YUV 69.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 14 81 155 0.91 0.48 0 0.39 211.49 0.83 0.33
Hex E 51 9B 5B 30 0 27 D3 53 21
Octal 16 121 233 133 60 0 47 323 123 41
Binary 1110 1010001 10011011 1011011 110000 0 100111 11010011 1010011 100001

Color Harmonies of #0E519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E519B

Black with #0E519B

Text Example


Text Example

White with #0E519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,81,155); }

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

background-color css

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

 a { background-color: rgb(14,81,155); }

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

border-color css

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

 span { border-color: rgb(14,81,155); }

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