Html Css Color HEX #082660 Sapphire

📋 copy color: '#082660'

red 8 ◦ green 38 ◦ blue 96

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

Shades of Sapphire #082660

Tints of Sapphire #082660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.76%

 BLUE value IS 96 (37.89% from 255) = 67.61%

R = 5.63%
G = 26.76%
B = 67.61%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082660 (or 0x082660) is known color: Sapphire. HEX triplet: 08, 26 and 60. RGB value is (8,38,96). Sum of RGB (Red+Green+Blue) = 8+38+96=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #082660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082660 is #F7D99F. Grayscale: #232323. Windows color (decimal): -16243104 or 6301192. OLE color: 6301192.

HSL color Cylindrical-coordinate representation of color #082660: hue angle of 219.55º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082660 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 38 96 -
CMYK 0.92 0.60 0 0.62
HSL 219.55º 0.85% 0.2% -
HSV(B) 219.55º 0.92% 0.38% -
XYZ 2.9 2.28 11.35 -
YUV 35.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 8 38 96 0.92 0.60 0 0.62 219.55 0.85 0.2
Hex 8 26 60 5C 3C 0 3E DC 55 14
Octal 10 46 140 134 74 0 76 334 125 24
Binary 1000 100110 1100000 1011100 111100 0 111110 11011100 1010101 10100

Color Harmonies of #082660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082660

Black with #082660

Text Example


Text Example

White with #082660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082660; }

 p { color: rgb(8,38,96); }

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

background-color css

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

 a { background-color: rgb(8,38,96); }

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

border-color css

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

 span { border-color: rgb(8,38,96); }

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