Html Css Color HEX #082170 Sapphire

📋 copy color: '#082170'

red 8 ◦ green 33 ◦ blue 112

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

Shades of Sapphire #082170

Tints of Sapphire #082170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 73.2%

R = 5.23%
G = 21.57%
B = 73.2%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082170 (or 0x082170) is known color: Sapphire. HEX triplet: 08, 21 and 70. RGB value is (8,33,112). Sum of RGB (Red+Green+Blue) = 8+33+112=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #082170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082170 is #F7DE8F. Grayscale: #222222. Windows color (decimal): -16244368 or 7348488. OLE color: 7348488.

HSL color Cylindrical-coordinate representation of color #082170: hue angle of 225.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082170 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 33 112 -
CMYK 0.93 0.71 0 0.56
HSL 225.58º 0.87% 0.24% -
HSV(B) 225.58º 0.93% 0.44% -
XYZ 3.57 2.31 15.59 -
YUV 34.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 8 33 112 0.93 0.71 0 0.56 225.58 0.87 0.24
Hex 8 21 70 5D 47 0 38 E2 57 18
Octal 10 41 160 135 107 0 70 342 127 30
Binary 1000 100001 1110000 1011101 1000111 0 111000 11100010 1010111 11000

Color Harmonies of #082170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082170

Black with #082170

Text Example


Text Example

White with #082170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082170; }

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

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

background-color css

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

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

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

border-color css

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

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

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