Html Css Color HEX #0868AD Denim

📋 copy color: '#0868AD'

red 8 ◦ green 104 ◦ blue 173

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

Shades of Denim #0868AD

Tints of Denim #0868AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.49%

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

R = 2.81%
G = 36.49%
B = 60.7%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0868AD (or 0x0868AD) is known color: Denim. HEX triplet: 08, 68 and AD. RGB value is (8,104,173). Sum of RGB (Red+Green+Blue) = 8+104+173=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #0868AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0868AD is #F79752. Grayscale: #525252. Windows color (decimal): -16226131 or 11364360. OLE color: 11364360.

HSL color Cylindrical-coordinate representation of color #0868AD: hue angle of 205.09º 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 #0868AD is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 104 173 -
CMYK 0.95 0.40 0 0.32
HSL 205.09º 0.91% 0.35% -
HSV(B) 205.09º 0.95% 0.68% -
XYZ 12.59 12.97 41.37 -
YUV 83.16 178.7 74.39 -
System Red Green Blue C M Y K H S L
Decimal 8 104 173 0.95 0.40 0 0.32 205.09 0.91 0.35
Hex 8 68 AD 5F 28 0 20 CD 5B 23
Octal 10 150 255 137 50 0 40 315 133 43
Binary 1000 1101000 10101101 1011111 101000 0 100000 11001101 1011011 100011

Color Harmonies of #0868AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0868AD

Black with #0868AD

Text Example


Text Example

White with #0868AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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