#081753

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

Shades of Sapphire #081753

Tints of Sapphire #081753

Color information

#081753 (or 0x081753) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 53. RGB value is (8,23,83). Sum of RGB (Red+Green+Blue) = 8+23+83=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #081753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081753 is #F7E8AC. Grayscale: #191919. Windows color (decimal): -16246957 or 5445384. OLE color: 5445384.

HSL color Cylindrical-coordinate representation of color #081753: hue angle of 228º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081753 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB82383-
CMYK0.900.7200.67
HSL228º82.42%17.84%-
HSV(B)228º90.36%32.55%-
XYZ1.971.298.33-
YUV25.35160.53115.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 83 (32.81% from 255) = 72.81%
R=7.02%
G=20.18%
B=72.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal823830.900.7200.6722882.4217.84
Hex817535A48043e45212
Octal1027123132110010334412222
Binary1000101111010011101101010010000100001111100100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081753; }

 p { color: rgb(8,23,83); }

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

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

 a { background-color: rgb(8,23,83); }

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

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

 span { border-color: rgb(8,23,83); }

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