Html Css Color HEX #082770 Sapphire

📋 copy color: '#082770'

red 8 ◦ green 39 ◦ blue 112

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

Shades of Sapphire #082770

Tints of Sapphire #082770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

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

R = 5.03%
G = 24.53%
B = 70.44%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082770 (or 0x082770) is known color: Sapphire. HEX triplet: 08, 27 and 70. RGB value is (8,39,112). Sum of RGB (Red+Green+Blue) = 8+39+112=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #082770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082770 is #F7D88F. Grayscale: #252525. Windows color (decimal): -16242832 or 7350024. OLE color: 7350024.

HSL color Cylindrical-coordinate representation of color #082770: hue angle of 222.12º 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 #082770 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 39 112 -
CMYK 0.93 0.65 0 0.56
HSL 222.12º 0.87% 0.24% -
HSV(B) 222.12º 0.93% 0.44% -
XYZ 3.75 2.67 15.65 -
YUV 38.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 8 39 112 0.93 0.65 0 0.56 222.12 0.87 0.24
Hex 8 27 70 5D 41 0 38 DE 57 18
Octal 10 47 160 135 101 0 70 336 127 30
Binary 1000 100111 1110000 1011101 1000001 0 111000 11011110 1010111 11000

Color Harmonies of #082770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082770

Black with #082770

Text Example


Text Example

White with #082770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082770; }

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

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

background-color css

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

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

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

border-color css

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

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

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