Html Css Color HEX #082470 Sapphire

📋 copy color: '#082470'

red 8 ◦ green 36 ◦ blue 112

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

Shades of Sapphire #082470

Tints of Sapphire #082470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.08%

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

R = 5.13%
G = 23.08%
B = 71.79%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082470 (or 0x082470) is known color: Sapphire. HEX triplet: 08, 24 and 70. RGB value is (8,36,112). Sum of RGB (Red+Green+Blue) = 8+36+112=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #082470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082470 is #F7DB8F. Grayscale: #232323. Windows color (decimal): -16243600 or 7349256. OLE color: 7349256.

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

Color convert

RGB 8 36 112 -
CMYK 0.93 0.68 0 0.56
HSL 223.85º 0.87% 0.24% -
HSV(B) 223.85º 0.93% 0.44% -
XYZ 3.66 2.48 15.62 -
YUV 36.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 8 36 112 0.93 0.68 0 0.56 223.85 0.87 0.24
Hex 8 24 70 5D 44 0 38 E0 57 18
Octal 10 44 160 135 104 0 70 340 127 30
Binary 1000 100100 1110000 1011101 1000100 0 111000 11100000 1010111 11000

Color Harmonies of #082470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082470

Black with #082470

Text Example


Text Example

White with #082470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082470; }

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

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

background-color css

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

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

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

border-color css

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

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

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