Html Css Color HEX #0863AE Denim

📋 copy color: '#0863AE'

red 8 ◦ green 99 ◦ blue 174

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

Shades of Denim #0863AE

Tints of Denim #0863AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 2.85%
G = 35.23%
B = 61.92%

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

#0863AE (or 0x0863AE) is known color: Denim. HEX triplet: 08, 63 and AE. RGB value is (8,99,174). Sum of RGB (Red+Green+Blue) = 8+99+174=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #0863AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0863AE is #F79C51. Grayscale: #4F4F4F. Windows color (decimal): -16227410 or 11428616. OLE color: 11428616.

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

Color convert

RGB 8 99 174 -
CMYK 0.95 0.43 0 0.32
HSL 207.11º 0.91% 0.36% -
HSV(B) 207.11º 0.95% 0.68% -
XYZ 12.2 12.03 41.72 -
YUV 80.34 180.85 76.4 -
System Red Green Blue C M Y K H S L
Decimal 8 99 174 0.95 0.43 0 0.32 207.11 0.91 0.36
Hex 8 63 AE 5F 2B 0 20 CF 5B 24
Octal 10 143 256 137 53 0 40 317 133 44
Binary 1000 1100011 10101110 1011111 101011 0 100000 11001111 1011011 100100

Color Harmonies of #0863AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0863AE

Black with #0863AE

Text Example


Text Example

White with #0863AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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