Html Css Color HEX #0E64A4 Denim

📋 copy color: '#0E64A4'

red 14 ◦ green 100 ◦ blue 164

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

Shades of Denim #0E64A4

Tints of Denim #0E64A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.99%

R = 5.04%
G = 35.97%
B = 58.99%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0E64A4 (or 0x0E64A4) is known color: Denim. HEX triplet: 0E, 64 and A4. RGB value is (14,100,164). Sum of RGB (Red+Green+Blue) = 14+100+164=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E64A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E64A4 is #F19B5B. Grayscale: #515151. Windows color (decimal): -15833948 or 10773518. OLE color: 10773518.

HSL color Cylindrical-coordinate representation of color #0E64A4: hue angle of 205.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E64A4 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 100 164 -
CMYK 0.91 0.39 0 0.36
HSL 205.6º 0.84% 0.35% -
HSV(B) 205.6º 0.91% 0.64% -
XYZ 11.44 11.89 36.81 -
YUV 81.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 14 100 164 0.91 0.39 0 0.36 205.6 0.84 0.35
Hex E 64 A4 5B 27 0 24 CE 54 23
Octal 16 144 244 133 47 0 44 316 124 43
Binary 1110 1100100 10100100 1011011 100111 0 100100 11001110 1010100 100011

Color Harmonies of #0E64A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E64A4

Black with #0E64A4

Text Example


Text Example

White with #0E64A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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