Html Css Color HEX #082471 Sapphire

📋 copy color: '#082471'

red 8 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #082471

Tints of Sapphire #082471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.97%

R = 5.1%
G = 22.93%
B = 71.97%

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

#082471 (or 0x082471) is known color: Sapphire. HEX triplet: 08, 24 and 71. RGB value is (8,36,113). Sum of RGB (Red+Green+Blue) = 8+36+113=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #082471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082471 is #F7DB8E. Grayscale: #242424. Windows color (decimal): -16243599 or 7414792. OLE color: 7414792.

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

Color convert

RGB 8 36 113 -
CMYK 0.93 0.68 0 0.56
HSL 224º 0.87% 0.24% -
HSV(B) 224º 0.93% 0.44% -
XYZ 3.71 2.51 15.91 -
YUV 36.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 8 36 113 0.93 0.68 0 0.56 224 0.87 0.24
Hex 8 24 71 5D 44 0 38 E0 57 18
Octal 10 44 161 135 104 0 70 340 127 30
Binary 1000 100100 1110001 1011101 1000100 0 111000 11100000 1010111 11000

Color Harmonies of #082471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082471

Black with #082471

Text Example


Text Example

White with #082471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082471; }

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

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

background-color css

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

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

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

border-color css

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

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

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