#081B75

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

Shades of Sapphire #081B75

Tints of Sapphire #081B75

Color information

#081B75 (or 0x081B75) is unknown color: approx Sapphire. HEX triplet: 08, 1B and 75. RGB value is (8,27,117). Sum of RGB (Red+Green+Blue) = 8+27+117=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #081B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B75 is #F7E48A. Grayscale: #1F1F1F. Windows color (decimal): -16245899 or 7674632. OLE color: 7674632.

HSL color Cylindrical-coordinate representation of color #081B75: hue angle of 229.54º 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 #081B75 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB827117-
CMYK0.930.7700.54
HSL229.54º87.2%24.51%-
HSV(B)229.54º93.16%45.88%-
XYZ3.72.1217.04-
YUV31.58176.21111.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 117 (46.09% from 255) = 76.97%
R=5.26%
G=17.76%
B=76.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8271170.930.7700.54229.5487.224.51
Hex81B755D4D036e65719
Octal103316513511506634612731
Binary100011011111010110111011001101011011011100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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