Html Css Color HEX #0865AD Denim

📋 copy color: '#0865AD'

red 8 ◦ green 101 ◦ blue 173

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

Shades of Denim #0865AD

Tints of Denim #0865AD

RGB

 RED value IS 8 (3.52% from 255) = 2.84%

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

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

R = 2.84%
G = 35.82%
B = 61.35%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0865AD (or 0x0865AD) is known color: Denim. HEX triplet: 08, 65 and AD. RGB value is (8,101,173). Sum of RGB (Red+Green+Blue) = 8+101+173=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #0865AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0865AD is #F79A52. Grayscale: #515151. Windows color (decimal): -16226899 or 11363592. OLE color: 11363592.

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

Color convert

RGB 8 101 173 -
CMYK 0.95 0.42 0 0.32
HSL 206.18º 0.91% 0.35% -
HSV(B) 206.18º 0.95% 0.68% -
XYZ 12.3 12.38 41.28 -
YUV 81.4 179.69 75.65 -
System Red Green Blue C M Y K H S L
Decimal 8 101 173 0.95 0.42 0 0.32 206.18 0.91 0.35
Hex 8 65 AD 5F 2A 0 20 CE 5B 23
Octal 10 145 255 137 52 0 40 316 133 43
Binary 1000 1100101 10101101 1011111 101010 0 100000 11001110 1011011 100011

Color Harmonies of #0865AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0865AD

Black with #0865AD

Text Example


Text Example

White with #0865AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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