#08285B

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

Shades of Sapphire #08285B

Tints of Sapphire #08285B

Color information

#08285B (or 0x08285B) is unknown color: approx Sapphire. HEX triplet: 08, 28 and 5B. RGB value is (8,40,91). Sum of RGB (Red+Green+Blue) = 8+40+91=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #08285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08285B is #F7D7A4. Grayscale: #242424. Windows color (decimal): -16242597 or 5974024. OLE color: 5974024.

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

Color convert

RGB84091-
CMYK0.910.5600.64
HSL216.87º83.84%19.41%-
HSV(B)216.87º91.21%35.69%-
XYZ2.752.3210.2-
YUV36.25158.9107.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 91 (35.94% from 255) = 65.47%
R=5.76%
G=28.78%
B=65.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal840910.910.5600.64216.8783.8419.41
Hex8285B5B38040d95413
Octal105013313370010033112423
Binary1000101000101101110110111110000100000011011001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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