Html Css Color HEX #082671 Sapphire

📋 copy color: '#082671'

red 8 ◦ green 38 ◦ blue 113

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

Shades of Sapphire #082671

Tints of Sapphire #082671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

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

R = 5.03%
G = 23.9%
B = 71.07%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082671 (or 0x082671) is known color: Sapphire. HEX triplet: 08, 26 and 71. RGB value is (8,38,113). Sum of RGB (Red+Green+Blue) = 8+38+113=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #082671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082671 is #F7D98E. Grayscale: #252525. Windows color (decimal): -16243087 or 7415304. OLE color: 7415304.

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

Color convert

RGB 8 38 113 -
CMYK 0.93 0.66 0 0.56
HSL 222.86º 0.87% 0.24% -
HSV(B) 222.86º 0.93% 0.44% -
XYZ 3.77 2.63 15.93 -
YUV 37.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 8 38 113 0.93 0.66 0 0.56 222.86 0.87 0.24
Hex 8 26 71 5D 42 0 38 DF 57 18
Octal 10 46 161 135 102 0 70 337 127 30
Binary 1000 100110 1110001 1011101 1000010 0 111000 11011111 1010111 11000

Color Harmonies of #082671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082671

Black with #082671

Text Example


Text Example

White with #082671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082671; }

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

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

background-color css

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

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

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

border-color css

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

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

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