#082277

Color #082277 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #082277

Tints of Sapphire #082277

Color information

#082277 (or 0x082277) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 77. RGB value is (8,34,119). Sum of RGB (Red+Green+Blue) = 8+34+119=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #082277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082277 is #F7DD88. Grayscale: #232323. Windows color (decimal): -16244105 or 7807496. OLE color: 7807496.

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

Color convert

RGB834119-
CMYK0.930.7100.53
HSL225.95º87.4%24.9%-
HSV(B)225.95º93.28%46.67%-
XYZ42.5317.73-
YUV35.92174.89108.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=4.97%
G=21.12%
B=73.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8341190.930.7100.53225.9587.424.9
Hex822775D47035e25719
Octal104216713510706534212731
Binary1000100010111011110111011000111011010111100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082277; }

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

 H1.HeaderClassName
 {
   color: #082277;
 }
 .AnyTagClassName
 {
   color: #082277;
 }
</style>
background-color css

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

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

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

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

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

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