Html Css Color HEX #0565AD Denim

📋 copy color: '#0565AD'

red 5 ◦ green 101 ◦ blue 173

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

Shades of Denim #0565AD

Tints of Denim #0565AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 173 (67.97% from 255) = 62.01%

R = 1.79%
G = 36.2%
B = 62.01%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0565AD (or 0x0565AD) is known color: Denim. HEX triplet: 05, 65 and AD. RGB value is (5,101,173). Sum of RGB (Red+Green+Blue) = 5+101+173=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #0565AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0565AD is #FA9A52. Grayscale: #505050. Windows color (decimal): -16423507 or 11363589. OLE color: 11363589.

HSL color Cylindrical-coordinate representation of color #0565AD: hue angle of 205.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0565AD is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 101 173 -
CMYK 0.97 0.42 0 0.32
HSL 205.71º 0.94% 0.35% -
HSV(B) 205.71º 0.97% 0.68% -
XYZ 12.26 12.36 41.27 -
YUV 80.5 180.2 74.15 -
System Red Green Blue C M Y K H S L
Decimal 5 101 173 0.97 0.42 0 0.32 205.71 0.94 0.35
Hex 5 65 AD 61 2A 0 20 CE 5E 23
Octal 5 145 255 141 52 0 40 316 136 43
Binary 101 1100101 10101101 1100001 101010 0 100000 11001110 1011110 100011

Color Harmonies of #0565AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565AD

Black with #0565AD

Text Example


Text Example

White with #0565AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0565AD; }

 p { color: rgb(5,101,173); }

 H1.HeaderClassName
 {
   color: #0565AD;
 }
 .AnyTagClassName
 {
   color: #0565AD;
 }
</style>

background-color css

<style>
 a { background-color: #0565AD; }

 a { background-color: rgb(5,101,173); }

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

border-color css

<style>
 span { border-color: #0565AD; }

 span { border-color: rgb(5,101,173); }

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