#081965

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

Shades of Sapphire #081965

Tints of Sapphire #081965

Color information

#081965 (or 0x081965) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 65. RGB value is (8,25,101). Sum of RGB (Red+Green+Blue) = 8+25+101=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #081965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081965 is #F7E69A. Grayscale: #1C1C1C. Windows color (decimal): -16246427 or 6625544. OLE color: 6625544.

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

Color convert

RGB825101-
CMYK0.920.7500.60
HSL229.03º85.32%21.37%-
HSV(B)229.03º92.08%39.61%-
XYZ2.81.6912.49-
YUV28.58168.87113.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 101 (39.84% from 255) = 75.37%
R=5.97%
G=18.66%
B=75.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8251010.920.7500.60229.0385.3221.37
Hex819655C4B03Ce55515
Octal103114513411307434512525
Binary100011001110010110111001001011011110011100101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081965; }

 p { color: rgb(8,25,101); }

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

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

 a { background-color: rgb(8,25,101); }

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

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

 span { border-color: rgb(8,25,101); }

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