#08285A

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

Shades of Sapphire #08285A

Tints of Sapphire #08285A

Color information

#08285A (or 0x08285A) is unknown color: approx Sapphire. HEX triplet: 08, 28 and 5A. RGB value is (8,40,90). Sum of RGB (Red+Green+Blue) = 8+40+90=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #08285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08285A is #F7D7A5. Grayscale: #232323. Windows color (decimal): -16242598 or 5908488. OLE color: 5908488.

HSL color Cylindrical-coordinate representation of color #08285A: hue angle of 216.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08285A is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB84090-
CMYK0.910.5600.65
HSL216.59º83.67%19.22%-
HSV(B)216.59º91.11%35.29%-
XYZ2.72.319.98-
YUV36.13158.4107.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=5.80%
G=28.99%
B=65.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal840900.910.5600.65216.5983.6719.22
Hex8285A5B38041d95413
Octal105013213370010133112423
Binary1000101000101101010110111110000100000111011001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08285A; }

 p { color: rgb(8,40,90); }

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

<style>
 a { background-color: #08285A; }

 a { background-color: rgb(8,40,90); }

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

<style>
 span { border-color: #08285A; }

 span { border-color: rgb(8,40,90); }

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