Html Css Color HEX #082276 Sapphire

📋 copy color: '#082276'

red 8 ◦ green 34 ◦ blue 118

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

Shades of Sapphire #082276

Tints of Sapphire #082276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.25%

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

R = 5%
G = 21.25%
B = 73.75%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#082276 (or 0x082276) is known color: Sapphire. HEX triplet: 08, 22 and 76. RGB value is (8,34,118). Sum of RGB (Red+Green+Blue) = 8+34+118=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #082276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082276 is #F7DD89. Grayscale: #232323. Windows color (decimal): -16244106 or 7741960. OLE color: 7741960.

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

Color convert

RGB 8 34 118 -
CMYK 0.93 0.71 0 0.54
HSL 225.82º 0.87% 0.25% -
HSV(B) 225.82º 0.93% 0.46% -
XYZ 3.94 2.5 17.42 -
YUV 35.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 8 34 118 0.93 0.71 0 0.54 225.82 0.87 0.25
Hex 8 22 76 5D 47 0 36 E2 57 19
Octal 10 42 166 135 107 0 66 342 127 31
Binary 1000 100010 1110110 1011101 1000111 0 110110 11100010 1010111 11001

Color Harmonies of #082276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082276

Black with #082276

Text Example


Text Example

White with #082276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082276; }

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

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

background-color css

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

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

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

border-color css

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

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

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