#08264D

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

Shades of Sapphire #08264D

Tints of Sapphire #08264D

Color information

#08264D (or 0x08264D) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 4D. RGB value is (8,38,77). Sum of RGB (Red+Green+Blue) = 8+38+77=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #08264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08264D is #F7D9B2. Grayscale: #212121. Windows color (decimal): -16243123 or 5056008. OLE color: 5056008.

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

Color convert

RGB83877-
CMYK0.900.5100.70
HSL213.91º81.18%16.67%-
HSV(B)213.91º89.61%30.2%-
XYZ2.131.977.29-
YUV33.48152.56109.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 77 (30.47% from 255) = 62.60%
R=6.50%
G=30.89%
B=62.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal838770.900.5100.70213.9181.1816.67
Hex8264D5A33046d65111
Octal104611513263010632612121
Binary1000100110100110110110101100110100011011010110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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