Html Css Color HEX #0863AD Denim

📋 copy color: '#0863AD'

red 8 ◦ green 99 ◦ blue 173

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

Shades of Denim #0863AD

Tints of Denim #0863AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 2.86%
G = 35.36%
B = 61.79%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0863AD (or 0x0863AD) is known color: Denim. HEX triplet: 08, 63 and AD. RGB value is (8,99,173). Sum of RGB (Red+Green+Blue) = 8+99+173=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #0863AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0863AD is #F79C52. Grayscale: #4F4F4F. Windows color (decimal): -16227411 or 11363080. OLE color: 11363080.

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

Color convert

RGB 8 99 173 -
CMYK 0.95 0.43 0 0.32
HSL 206.91º 0.91% 0.35% -
HSV(B) 206.91º 0.95% 0.68% -
XYZ 12.1 11.99 41.21 -
YUV 80.23 180.35 76.48 -
System Red Green Blue C M Y K H S L
Decimal 8 99 173 0.95 0.43 0 0.32 206.91 0.91 0.35
Hex 8 63 AD 5F 2B 0 20 CF 5B 23
Octal 10 143 255 137 53 0 40 317 133 43
Binary 1000 1100011 10101101 1011111 101011 0 100000 11001111 1011011 100011

Color Harmonies of #0863AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0863AD

Black with #0863AD

Text Example


Text Example

White with #0863AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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