Html Css Color HEX #0E5BAE Denim

📋 copy color: '#0E5BAE'

red 14 ◦ green 91 ◦ blue 174

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

Shades of Denim #0E5BAE

Tints of Denim #0E5BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 62.37%

R = 5.02%
G = 32.62%
B = 62.37%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E5BAE (or 0x0E5BAE) is known color: Denim. HEX triplet: 0E, 5B and AE. RGB value is (14,91,174). Sum of RGB (Red+Green+Blue) = 14+91+174=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E5BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5BAE is #F1A451. Grayscale: #4D4D4D. Windows color (decimal): -15836242 or 11426574. OLE color: 11426574.

HSL color Cylindrical-coordinate representation of color #0E5BAE: hue angle of 211.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5BAE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 91 174 -
CMYK 0.92 0.48 0 0.32
HSL 211.13º 0.85% 0.37% -
HSV(B) 211.13º 0.92% 0.68% -
XYZ 11.56 10.63 41.49 -
YUV 77.44 182.49 82.75 -
System Red Green Blue C M Y K H S L
Decimal 14 91 174 0.92 0.48 0 0.32 211.13 0.85 0.37
Hex E 5B AE 5C 30 0 20 D3 55 25
Octal 16 133 256 134 60 0 40 323 125 45
Binary 1110 1011011 10101110 1011100 110000 0 100000 11010011 1010101 100101

Color Harmonies of #0E5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5BAE

Black with #0E5BAE

Text Example


Text Example

White with #0E5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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