#081853

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

Shades of Sapphire #081853

Tints of Sapphire #081853

Color information

#081853 (or 0x081853) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 53. RGB value is (8,24,83). Sum of RGB (Red+Green+Blue) = 8+24+83=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #081853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081853 is #F7E7AC. Grayscale: #191919. Windows color (decimal): -16246701 or 5445640. OLE color: 5445640.

HSL color Cylindrical-coordinate representation of color #081853: hue angle of 227.2º 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 #081853 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB82483-
CMYK0.900.7100.67
HSL227.2º82.42%17.84%-
HSV(B)227.2º90.36%32.55%-
XYZ1.991.338.34-
YUV25.94160.2115.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 83 (32.81% from 255) = 72.17%
R=6.96%
G=20.87%
B=72.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal824830.900.7100.67227.282.4217.84
Hex818535A47043e35212
Octal1030123132107010334312222
Binary1000110001010011101101010001110100001111100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081853; }

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

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

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

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

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

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

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

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