#082278

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

Shades of Sapphire #082278

Tints of Sapphire #082278

Color information

#082278 (or 0x082278) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 78. RGB value is (8,34,120). Sum of RGB (Red+Green+Blue) = 8+34+120=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #082278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082278 is #F7DD87. Grayscale: #232323. Windows color (decimal): -16244104 or 7873032. OLE color: 7873032.

HSL color Cylindrical-coordinate representation of color #082278: hue angle of 226.07º degrees, saturation: 0.88, 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 #082278 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB834120-
CMYK0.930.7200.53
HSL226.07º87.5%25.1%-
HSV(B)226.07º93.33%47.06%-
XYZ4.062.5518.05-
YUV36.03175.39108.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 120 (47.27% from 255) = 74.07%
R=4.94%
G=20.99%
B=74.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8341200.930.7200.53226.0787.525.1
Hex822785D48035e25819
Octal104217013511006534213031
Binary1000100010111100010111011001000011010111100010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082278; }

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

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

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

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

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

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

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

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