#08144D

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

Shades of Sapphire #08144D

Tints of Sapphire #08144D

Color information

#08144D (or 0x08144D) is unknown color: approx Sapphire. HEX triplet: 08, 14 and 4D. RGB value is (8,20,77). Sum of RGB (Red+Green+Blue) = 8+20+77=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #08144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08144D is #F7EBB2. Grayscale: #161616. Windows color (decimal): -16247731 or 5051400. OLE color: 5051400.

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

Color convert

RGB82077-
CMYK0.900.7400.70
HSL229.57º81.18%16.67%-
HSV(B)229.57º89.61%30.2%-
XYZ1.691.097.14-
YUV22.91158.52117.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 77 (30.47% from 255) = 73.33%
R=7.62%
G=19.05%
B=73.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal820770.900.7400.70229.5781.1816.67
Hex8144D5A4A046e65111
Octal1024115132112010634612121
Binary1000101001001101101101010010100100011011100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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