Html Css Color HEX #0866AE Denim

📋 copy color: '#0866AE'

red 8 ◦ green 102 ◦ blue 174

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

Shades of Denim #0866AE

Tints of Denim #0866AE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

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

R = 2.82%
G = 35.92%
B = 61.27%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0866AE (or 0x0866AE) is known color: Denim. HEX triplet: 08, 66 and AE. RGB value is (8,102,174). Sum of RGB (Red+Green+Blue) = 8+102+174=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #0866AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0866AE is #F79951. Grayscale: #515151. Windows color (decimal): -16226642 or 11429384. OLE color: 11429384.

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

Color convert

RGB 8 102 174 -
CMYK 0.95 0.41 0 0.32
HSL 206.02º 0.91% 0.36% -
HSV(B) 206.02º 0.95% 0.68% -
XYZ 12.49 12.61 41.82 -
YUV 82.1 179.86 75.15 -
System Red Green Blue C M Y K H S L
Decimal 8 102 174 0.95 0.41 0 0.32 206.02 0.91 0.36
Hex 8 66 AE 5F 29 0 20 CE 5B 24
Octal 10 146 256 137 51 0 40 316 133 44
Binary 1000 1100110 10101110 1011111 101001 0 100000 11001110 1011011 100100

Color Harmonies of #0866AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0866AE

Black with #0866AE

Text Example


Text Example

White with #0866AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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