#08145D

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

Shades of Sapphire #08145D

Tints of Sapphire #08145D

Color information

#08145D (or 0x08145D) is unknown color: approx Sapphire. HEX triplet: 08, 14 and 5D. RGB value is (8,20,93). Sum of RGB (Red+Green+Blue) = 8+20+93=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #08145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08145D is #F7EBA2. Grayscale: #181818. Windows color (decimal): -16247715 or 6099976. OLE color: 6099976.

HSL color Cylindrical-coordinate representation of color #08145D: hue angle of 231.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08145D is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB82093-
CMYK0.910.7800.64
HSL231.53º84.16%19.8%-
HSV(B)231.53º91.4%36.47%-
XYZ2.331.3410.49-
YUV24.73166.52116.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 93 (36.72% from 255) = 76.86%
R=6.61%
G=16.53%
B=76.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal820930.910.7800.64231.5384.1619.8
Hex8145D5B4E040e85414
Octal1024135133116010035012424
Binary1000101001011101101101110011100100000011101000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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