#081C75

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

Shades of Sapphire #081C75

Tints of Sapphire #081C75

Color information

#081C75 (or 0x081C75) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 75. RGB value is (8,28,117). Sum of RGB (Red+Green+Blue) = 8+28+117=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #081C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C75 is #F7E38A. Grayscale: #1F1F1F. Windows color (decimal): -16245643 or 7674888. OLE color: 7674888.

HSL color Cylindrical-coordinate representation of color #081C75: hue angle of 228.99º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081C75 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB828117-
CMYK0.930.7600.54
HSL228.99º87.2%24.51%-
HSV(B)228.99º93.16%45.88%-
XYZ3.732.1717.05-
YUV32.17175.87110.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 117 (46.09% from 255) = 76.47%
R=5.23%
G=18.30%
B=76.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8281170.930.7600.54228.9987.224.51
Hex81C755D4C036e55719
Octal103416513511406634512731
Binary100011100111010110111011001100011011011100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081C75; }

 p { color: rgb(8,28,117); }

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

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

 a { background-color: rgb(8,28,117); }

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

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

 span { border-color: rgb(8,28,117); }

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