#08254D

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

Shades of Sapphire #08254D

Tints of Sapphire #08254D

Color information

#08254D (or 0x08254D) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 4D. RGB value is (8,37,77). Sum of RGB (Red+Green+Blue) = 8+37+77=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #08254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08254D is #F7DAB2. Grayscale: #202020. Windows color (decimal): -16243379 or 5055752. OLE color: 5055752.

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

Color convert

RGB83777-
CMYK0.900.5200.70
HSL214.78º81.18%16.67%-
HSV(B)214.78º89.61%30.2%-
XYZ2.11.917.28-
YUV32.89152.89110.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=6.56%
G=30.33%
B=63.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal837770.900.5200.70214.7881.1816.67
Hex8254D5A34046d75111
Octal104511513264010632712121
Binary1000100101100110110110101101000100011011010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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