#000855

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

Shades of Sapphire #000855

Tints of Sapphire #000855

Color information

#000855 (or 0x000855) is unknown color: approx Sapphire. HEX triplet: 00, 08 and 55. RGB value is (0,8,85). Sum of RGB (Red+Green+Blue) = 0+8+85=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 85 (33.59% from 255 or 91.40% from 93); Max value from RGB is 85 - color contains mainly: blue. Hex color #000855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000855 is #FFF7AA. Grayscale: #0E0E0E. Windows color (decimal): -16775083 or 5572608. OLE color: 5572608.

HSL color Cylindrical-coordinate representation of color #000855: hue angle of 234.35º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000855 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB0885-
CMYK10.9100.67
HSL234.35º100%16.67%-
HSV(B)234.35º100%33.33%-
XYZ1.730.838.66-
YUV14.39167.85117.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 85 (33.59% from 255) = 91.40%
R=0%
G=8.60%
B=91.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal088510.9100.67234.3510016.67
Hex0855645B043ea6411
Octal010125144133010335214421
Binary010001010101110010010110110100001111101010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000855; }

 p { color: rgb(0,8,85); }

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

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

 a { background-color: rgb(0,8,85); }

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

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

 span { border-color: rgb(0,8,85); }

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