#08264F

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

Shades of Sapphire #08264F

Tints of Sapphire #08264F

Color information

#08264F (or 0x08264F) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 4F. RGB value is (8,38,79). Sum of RGB (Red+Green+Blue) = 8+38+79=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #08264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08264F is #F7D9B0. Grayscale: #212121. Windows color (decimal): -16243121 or 5187080. OLE color: 5187080.

HSL color Cylindrical-coordinate representation of color #08264F: hue angle of 214.65º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08264F is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB83879-
CMYK0.900.5200.69
HSL214.65º81.61%17.06%-
HSV(B)214.65º89.87%30.98%-
XYZ2.227.67-
YUV33.7153.56109.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=6.4%
G=30.4%
B=63.2%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal838790.900.5200.69214.6581.6117.06
Hex8264F5A34045d75211
Octal104611713264010532712221
Binary1000100110100111110110101101000100010111010111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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