Html Css Color HEX #0E5BBC Denim

📋 copy color: '#0E5BBC'

red 14 ◦ green 91 ◦ blue 188

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

Shades of Denim #0E5BBC

Tints of Denim #0E5BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 4.78%
G = 31.06%
B = 64.16%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E5BBC (or 0x0E5BBC) is known color: Denim. HEX triplet: 0E, 5B and BC. RGB value is (14,91,188). Sum of RGB (Red+Green+Blue) = 14+91+188=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E5BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5BBC is #F1A443. Grayscale: #4E4E4E. Windows color (decimal): -15836228 or 12344078. OLE color: 12344078.

HSL color Cylindrical-coordinate representation of color #0E5BBC: hue angle of 213.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5BBC is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 91 188 -
CMYK 0.93 0.52 0 0.26
HSL 213.45º 0.86% 0.4% -
HSV(B) 213.45º 0.93% 0.74% -
XYZ 13 11.21 49.05 -
YUV 79.04 189.49 81.61 -
System Red Green Blue C M Y K H S L
Decimal 14 91 188 0.93 0.52 0 0.26 213.45 0.86 0.4
Hex E 5B BC 5D 34 0 1A D5 56 28
Octal 16 133 274 135 64 0 32 325 126 50
Binary 1110 1011011 10111100 1011101 110100 0 11010 11010101 1010110 101000

Color Harmonies of #0E5BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5BBC

Black with #0E5BBC

Text Example


Text Example

White with #0E5BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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