Html Css Color HEX #082570 Sapphire

📋 copy color: '#082570'

red 8 ◦ green 37 ◦ blue 112

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

Shades of Sapphire #082570

Tints of Sapphire #082570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 5.1%
G = 23.57%
B = 71.34%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082570 (or 0x082570) is known color: Sapphire. HEX triplet: 08, 25 and 70. RGB value is (8,37,112). Sum of RGB (Red+Green+Blue) = 8+37+112=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #082570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082570 is #F7DA8F. Grayscale: #242424. Windows color (decimal): -16243344 or 7349512. OLE color: 7349512.

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

Color convert

RGB 8 37 112 -
CMYK 0.93 0.67 0 0.56
HSL 223.27º 0.87% 0.24% -
HSV(B) 223.27º 0.93% 0.44% -
XYZ 3.69 2.54 15.63 -
YUV 36.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 8 37 112 0.93 0.67 0 0.56 223.27 0.87 0.24
Hex 8 25 70 5D 43 0 38 DF 57 18
Octal 10 45 160 135 103 0 70 337 127 30
Binary 1000 100101 1110000 1011101 1000011 0 111000 11011111 1010111 11000

Color Harmonies of #082570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082570

Black with #082570

Text Example


Text Example

White with #082570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082570; }

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

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

background-color css

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

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

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

border-color css

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

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

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