#08254E

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

Shades of Sapphire #08254E

Tints of Sapphire #08254E

Color information

#08254E (or 0x08254E) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 4E. RGB value is (8,37,78). Sum of RGB (Red+Green+Blue) = 8+37+78=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #08254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08254E is #F7DAB1. Grayscale: #202020. Windows color (decimal): -16243378 or 5121288. OLE color: 5121288.

HSL color Cylindrical-coordinate representation of color #08254E: hue angle of 215.14º degrees, saturation: 0.81, 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 #08254E is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB83778-
CMYK0.900.5300.69
HSL215.14º81.4%16.86%-
HSV(B)215.14º89.74%30.59%-
XYZ2.141.927.47-
YUV33153.39110.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 78 (30.86% from 255) = 63.41%
R=6.50%
G=30.08%
B=63.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal837780.900.5300.69215.1481.416.86
Hex8254E5A35045d75111
Octal104511613265010532712121
Binary1000100101100111010110101101010100010111010111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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