#082678

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

Shades of Sapphire #082678

Tints of Sapphire #082678

Color information

#082678 (or 0x082678) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 78. RGB value is (8,38,120). Sum of RGB (Red+Green+Blue) = 8+38+120=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #082678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082678 is #F7D987. Grayscale: #262626. Windows color (decimal): -16243080 or 7874056. OLE color: 7874056.

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

Color convert

RGB838120-
CMYK0.930.6800.53
HSL223.93º87.5%25.1%-
HSV(B)223.93º93.33%47.06%-
XYZ4.182.7918.09-
YUV38.38174.06106.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=4.82%
G=22.89%
B=72.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8381200.930.6800.53223.9387.525.1
Hex826785D44035e05819
Octal104617013510406534013031
Binary1000100110111100010111011000100011010111100000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082678; }

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

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

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

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

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

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

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

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