#08154D

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

Shades of Sapphire #08154D

Tints of Sapphire #08154D

Color information

#08154D (or 0x08154D) is unknown color: approx Sapphire. HEX triplet: 08, 15 and 4D. RGB value is (8,21,77). Sum of RGB (Red+Green+Blue) = 8+21+77=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #08154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08154D is #F7EAB2. Grayscale: #171717. Windows color (decimal): -16247475 or 5051656. OLE color: 5051656.

HSL color Cylindrical-coordinate representation of color #08154D: hue angle of 228.7º 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 #08154D is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB82177-
CMYK0.900.7300.70
HSL228.7º81.18%16.67%-
HSV(B)228.7º89.61%30.2%-
XYZ1.711.127.15-
YUV23.5158.19116.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 77 (30.47% from 255) = 72.64%
R=7.55%
G=19.81%
B=72.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal821770.900.7300.70228.781.1816.67
Hex8154D5A49046e55111
Octal1025115132111010634512121
Binary1000101011001101101101010010010100011011100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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