Html Css Color HEX #082870 Sapphire

📋 copy color: '#082870'

red 8 ◦ green 40 ◦ blue 112

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

Shades of Sapphire #082870

Tints of Sapphire #082870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25%

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

R = 5%
G = 25%
B = 70%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082870 (or 0x082870) is known color: Sapphire. HEX triplet: 08, 28 and 70. RGB value is (8,40,112). Sum of RGB (Red+Green+Blue) = 8+40+112=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #082870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082870 is #F7D78F. Grayscale: #262626. Windows color (decimal): -16242576 or 7350280. OLE color: 7350280.

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

Color convert

RGB 8 40 112 -
CMYK 0.93 0.64 0 0.56
HSL 221.54º 0.87% 0.24% -
HSV(B) 221.54º 0.93% 0.44% -
XYZ 3.78 2.74 15.66 -
YUV 38.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 8 40 112 0.93 0.64 0 0.56 221.54 0.87 0.24
Hex 8 28 70 5D 40 0 38 DE 57 18
Octal 10 50 160 135 100 0 70 336 127 30
Binary 1000 101000 1110000 1011101 1000000 0 111000 11011110 1010111 11000

Color Harmonies of #082870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082870

Black with #082870

Text Example


Text Example

White with #082870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082870; }

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

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

background-color css

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

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

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

border-color css

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

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

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