Html Css Color HEX #0E64AB Denim

📋 copy color: '#0E64AB'

red 14 ◦ green 100 ◦ blue 171

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

Shades of Denim #0E64AB

Tints of Denim #0E64AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 171 (67.19% from 255) = 60%

R = 4.91%
G = 35.09%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E64AB (or 0x0E64AB) is known color: Denim. HEX triplet: 0E, 64 and AB. RGB value is (14,100,171). Sum of RGB (Red+Green+Blue) = 14+100+171=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E64AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E64AB is #F19B54. Grayscale: #525252. Windows color (decimal): -15833941 or 11232270. OLE color: 11232270.

HSL color Cylindrical-coordinate representation of color #0E64AB: hue angle of 207.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E64AB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 100 171 -
CMYK 0.92 0.42 0 0.33
HSL 207.13º 0.85% 0.36% -
HSV(B) 207.13º 0.92% 0.67% -
XYZ 12.09 12.15 40.24 -
YUV 82.38 178.01 79.23 -
System Red Green Blue C M Y K H S L
Decimal 14 100 171 0.92 0.42 0 0.33 207.13 0.85 0.36
Hex E 64 AB 5C 2A 0 21 CF 55 24
Octal 16 144 253 134 52 0 41 317 125 44
Binary 1110 1100100 10101011 1011100 101010 0 100001 11001111 1010101 100100

Color Harmonies of #0E64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E64AB

Black with #0E64AB

Text Example


Text Example

White with #0E64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,100,171); }

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

background-color css

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

 a { background-color: rgb(14,100,171); }

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

border-color css

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

 span { border-color: rgb(14,100,171); }

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