Html Css Color HEX #082676 Sapphire

📋 copy color: '#082676'

red 8 ◦ green 38 ◦ blue 118

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

Shades of Sapphire #082676

Tints of Sapphire #082676

RGB

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

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

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

R = 4.88%
G = 23.17%
B = 71.95%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082676 (or 0x082676) is known color: Sapphire. HEX triplet: 08, 26 and 76. RGB value is (8,38,118). Sum of RGB (Red+Green+Blue) = 8+38+118=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #082676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082676 is #F7D989. Grayscale: #252525. Windows color (decimal): -16243082 or 7742984. OLE color: 7742984.

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

Color convert

RGB 8 38 118 -
CMYK 0.93 0.68 0 0.54
HSL 223.64º 0.87% 0.25% -
HSV(B) 223.64º 0.93% 0.46% -
XYZ 4.06 2.75 17.46 -
YUV 38.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 8 38 118 0.93 0.68 0 0.54 223.64 0.87 0.25
Hex 8 26 76 5D 44 0 36 E0 57 19
Octal 10 46 166 135 104 0 66 340 127 31
Binary 1000 100110 1110110 1011101 1000100 0 110110 11100000 1010111 11001

Color Harmonies of #082676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082676

Black with #082676

Text Example


Text Example

White with #082676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082676; }

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

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

background-color css

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

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

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

border-color css

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

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

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