Html Css Color HEX #082066 Sapphire

📋 copy color: '#082066'

red 8 ◦ green 32 ◦ blue 102

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

Shades of Sapphire #082066

Tints of Sapphire #082066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.54%

 BLUE value IS 102 (40.23% from 255) = 71.83%

R = 5.63%
G = 22.54%
B = 71.83%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#082066 (or 0x082066) is known color: Sapphire. HEX triplet: 08, 20 and 66. RGB value is (8,32,102). Sum of RGB (Red+Green+Blue) = 8+32+102=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #082066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082066 is #F7DF99. Grayscale: #202020. Windows color (decimal): -16244634 or 6692872. OLE color: 6692872.

HSL color Cylindrical-coordinate representation of color #082066: hue angle of 224.68º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082066 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 32 102 -
CMYK 0.92 0.69 0 0.6
HSL 224.68º 0.85% 0.22% -
HSV(B) 224.68º 0.92% 0.4% -
XYZ 3.01 2.04 12.81 -
YUV 32.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 8 32 102 0.92 0.69 0 0.6 224.68 0.85 0.22
Hex 8 20 66 5C 45 0 3C E1 55 16
Octal 10 40 146 134 105 0 74 341 125 26
Binary 1000 100000 1100110 1011100 1000101 0 111100 11100001 1010101 10110

Color Harmonies of #082066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082066

Black with #082066

Text Example


Text Example

White with #082066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082066; }

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

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

background-color css

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

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

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

border-color css

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

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

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