Html Css Color HEX #0564B0 Denim

📋 copy color: '#0564B0'

red 5 ◦ green 100 ◦ blue 176

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

Shades of Denim #0564B0

Tints of Denim #0564B0

RGB

 RED value IS 5 (2.34% from 255) = 1.78%

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

 BLUE value IS 176 (69.14% from 255) = 62.63%

R = 1.78%
G = 35.59%
B = 62.63%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0564B0 (or 0x0564B0) is known color: Denim. HEX triplet: 05, 64 and B0. RGB value is (5,100,176). Sum of RGB (Red+Green+Blue) = 5+100+176=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 176 (69.14% from 255 or 62.63% from 281); Max value from RGB is 176 - color contains mainly: blue. Hex color #0564B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0564B0 is #FA9B4F. Grayscale: #4F4F4F. Windows color (decimal): -16423760 or 11559941. OLE color: 11559941.

HSL color Cylindrical-coordinate representation of color #0564B0: hue angle of 206.67º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0564B0 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 100 176 -
CMYK 0.97 0.43 0 0.31
HSL 206.67º 0.94% 0.35% -
HSV(B) 206.67º 0.97% 0.69% -
XYZ 12.46 12.28 42.79 -
YUV 80.26 182.03 74.32 -
System Red Green Blue C M Y K H S L
Decimal 5 100 176 0.97 0.43 0 0.31 206.67 0.94 0.35
Hex 5 64 B0 61 2B 0 1F CF 5E 23
Octal 5 144 260 141 53 0 37 317 136 43
Binary 101 1100100 10110000 1100001 101011 0 11111 11001111 1011110 100011

Color Harmonies of #0564B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0564B0

Black with #0564B0

Text Example


Text Example

White with #0564B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0564B0; }

 p { color: rgb(5,100,176); }

 H1.HeaderClassName
 {
   color: #0564B0;
 }
 .AnyTagClassName
 {
   color: #0564B0;
 }
</style>

background-color css

<style>
 a { background-color: #0564B0; }

 a { background-color: rgb(5,100,176); }

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

border-color css

<style>
 span { border-color: #0564B0; }

 span { border-color: rgb(5,100,176); }

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