#08164D

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

Shades of Sapphire #08164D

Tints of Sapphire #08164D

Color information

#08164D (or 0x08164D) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 4D. RGB value is (8,22,77). Sum of RGB (Red+Green+Blue) = 8+22+77=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #08164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08164D is #F7E9B2. Grayscale: #171717. Windows color (decimal): -16247219 or 5051912. OLE color: 5051912.

HSL color Cylindrical-coordinate representation of color #08164D: hue angle of 227.83º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08164D is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB82277-
CMYK0.900.7100.70
HSL227.83º81.18%16.67%-
HSV(B)227.83º89.61%30.2%-
XYZ1.731.167.15-
YUV24.08157.86116.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 77 (30.47% from 255) = 71.96%
R=7.48%
G=20.56%
B=71.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal822770.900.7100.70227.8381.1816.67
Hex8164D5A47046e45111
Octal1026115132107010634412121
Binary1000101101001101101101010001110100011011100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08164D; }

 p { color: rgb(8,22,77); }

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

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

 a { background-color: rgb(8,22,77); }

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

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

 span { border-color: rgb(8,22,77); }

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