#08255B

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

Shades of Sapphire #08255B

Tints of Sapphire #08255B

Color information

#08255B (or 0x08255B) is unknown color: approx Sapphire. HEX triplet: 08, 25 and 5B. RGB value is (8,37,91). Sum of RGB (Red+Green+Blue) = 8+37+91=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #08255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08255B is #F7DAA4. Grayscale: #222222. Windows color (decimal): -16243365 or 5973256. OLE color: 5973256.

HSL color Cylindrical-coordinate representation of color #08255B: hue angle of 219.04º 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 #08255B is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB83791-
CMYK0.910.5900.64
HSL219.04º83.84%19.41%-
HSV(B)219.04º91.21%35.69%-
XYZ2.652.1310.17-
YUV34.48159.89109.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=5.88%
G=27.21%
B=66.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal837910.910.5900.64219.0483.8419.41
Hex8255B5B3B040db5413
Octal104513313373010033312423
Binary1000100101101101110110111110110100000011011011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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