Html Css Color HEX #082576 Sapphire

📋 copy color: '#082576'

red 8 ◦ green 37 ◦ blue 118

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

Shades of Sapphire #082576

Tints of Sapphire #082576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 72.39%

R = 4.91%
G = 22.7%
B = 72.39%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082576 (or 0x082576) is known color: Sapphire. HEX triplet: 08, 25 and 76. RGB value is (8,37,118). Sum of RGB (Red+Green+Blue) = 8+37+118=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #082576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082576 is #F7DA89. Grayscale: #252525. Windows color (decimal): -16243338 or 7742728. OLE color: 7742728.

HSL color Cylindrical-coordinate representation of color #082576: hue angle of 224.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082576 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 37 118 -
CMYK 0.93 0.69 0 0.54
HSL 224.18º 0.87% 0.25% -
HSV(B) 224.18º 0.93% 0.46% -
XYZ 4.03 2.68 17.44 -
YUV 37.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 8 37 118 0.93 0.69 0 0.54 224.18 0.87 0.25
Hex 8 25 76 5D 45 0 36 E0 57 19
Octal 10 45 166 135 105 0 66 340 127 31
Binary 1000 100101 1110110 1011101 1000101 0 110110 11100000 1010111 11001

Color Harmonies of #082576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082576

Black with #082576

Text Example


Text Example

White with #082576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082576; }

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

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

background-color css

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

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

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

border-color css

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

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

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