Html Css Color HEX #082371 Sapphire

📋 copy color: '#082371'

red 8 ◦ green 35 ◦ blue 113

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

Shades of Sapphire #082371

Tints of Sapphire #082371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

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

R = 5.13%
G = 22.44%
B = 72.44%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082371 (or 0x082371) is known color: Sapphire. HEX triplet: 08, 23 and 71. RGB value is (8,35,113). Sum of RGB (Red+Green+Blue) = 8+35+113=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #082371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082371 is #F7DC8E. Grayscale: #232323. Windows color (decimal): -16243855 or 7414536. OLE color: 7414536.

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

Color convert

RGB 8 35 113 -
CMYK 0.93 0.69 0 0.56
HSL 224.57º 0.87% 0.24% -
HSV(B) 224.57º 0.93% 0.44% -
XYZ 3.68 2.45 15.9 -
YUV 35.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 8 35 113 0.93 0.69 0 0.56 224.57 0.87 0.24
Hex 8 23 71 5D 45 0 38 E1 57 18
Octal 10 43 161 135 105 0 70 341 127 30
Binary 1000 100011 1110001 1011101 1000101 0 111000 11100001 1010111 11000

Color Harmonies of #082371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082371

Black with #082371

Text Example


Text Example

White with #082371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082371; }

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

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

background-color css

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

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

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

border-color css

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

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

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