#082567

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

Shades of Sapphire #082567

Tints of Sapphire #082567

Color information

#082567 (or 0x082567) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 67. RGB value is (8,37,103). Sum of RGB (Red+Green+Blue) = 8+37+103=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #082567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082567 is #F7DA98. Grayscale: #232323. Windows color (decimal): -16243353 or 6759688. OLE color: 6759688.

HSL color Cylindrical-coordinate representation of color #082567: hue angle of 221.68º 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 #082567 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB837103-
CMYK0.920.6400.60
HSL221.68º85.59%21.76%-
HSV(B)221.68º92.23%40.39%-
XYZ3.212.3513.12-
YUV35.85165.89108.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 103 (40.62% from 255) = 69.59%
R=5.41%
G=25%
B=69.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8371030.920.6400.60221.6885.5921.76
Hex825675C4003Cde5616
Octal104514713410007433612626
Binary1000100101110011110111001000000011110011011110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082567; }

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

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

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

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

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

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

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

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