Html Css Color HEX #082160 Sapphire

📋 copy color: '#082160'

red 8 ◦ green 33 ◦ blue 96

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

Shades of Sapphire #082160

Tints of Sapphire #082160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.09%

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

R = 5.84%
G = 24.09%
B = 70.07%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082160 (or 0x082160) is known color: Sapphire. HEX triplet: 08, 21 and 60. RGB value is (8,33,96). Sum of RGB (Red+Green+Blue) = 8+33+96=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #082160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082160 is #F7DE9F. Grayscale: #202020. Windows color (decimal): -16244384 or 6299912. OLE color: 6299912.

HSL color Cylindrical-coordinate representation of color #082160: hue angle of 222.95º 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 #082160 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 33 96 -
CMYK 0.92 0.66 0 0.62
HSL 222.95º 0.85% 0.2% -
HSV(B) 222.95º 0.92% 0.38% -
XYZ 2.76 1.98 11.3 -
YUV 32.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 8 33 96 0.92 0.66 0 0.62 222.95 0.85 0.2
Hex 8 21 60 5C 42 0 3E DF 55 14
Octal 10 41 140 134 102 0 76 337 125 24
Binary 1000 100001 1100000 1011100 1000010 0 111110 11011111 1010101 10100

Color Harmonies of #082160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082160

Black with #082160

Text Example


Text Example

White with #082160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082160; }

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

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

background-color css

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

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

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

border-color css

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

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

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