#082967

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

Shades of Sapphire #082967

Tints of Sapphire #082967

Color information

#082967 (or 0x082967) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 67. RGB value is (8,41,103). Sum of RGB (Red+Green+Blue) = 8+41+103=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #082967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082967 is #F7D698. Grayscale: #252525. Windows color (decimal): -16242329 or 6760712. OLE color: 6760712.

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

Color convert

RGB841103-
CMYK0.920.6000.60
HSL219.16º85.59%21.76%-
HSV(B)219.16º92.23%40.39%-
XYZ3.342.6213.16-
YUV38.2164.57106.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 103 (40.62% from 255) = 67.76%
R=5.26%
G=26.97%
B=67.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8411030.920.6000.60219.1685.5921.76
Hex829675C3C03Cdb5616
Octal10511471347407433312626
Binary100010100111001111011100111100011110011011011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082967; }

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

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

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

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

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

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

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

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