#082467

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

Shades of Sapphire #082467

Tints of Sapphire #082467

Color information

#082467 (or 0x082467) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 67. RGB value is (8,36,103). Sum of RGB (Red+Green+Blue) = 8+36+103=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #082467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082467 is #F7DB98. Grayscale: #222222. Windows color (decimal): -16243609 or 6759432. OLE color: 6759432.

HSL color Cylindrical-coordinate representation of color #082467: hue angle of 222.32º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082467 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB836103-
CMYK0.920.6500.60
HSL222.32º85.59%21.76%-
HSV(B)222.32º92.23%40.39%-
XYZ3.182.2913.11-
YUV35.27166.22108.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 103 (40.62% from 255) = 70.07%
R=5.44%
G=24.49%
B=70.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8361030.920.6500.60222.3285.5921.76
Hex824675C4103Cde5616
Octal104414713410107433612626
Binary1000100100110011110111001000001011110011011110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082467; }

 p { color: rgb(8,36,103); }

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

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

 a { background-color: rgb(8,36,103); }

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

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

 span { border-color: rgb(8,36,103); }

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