#002055

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

Shades of Sapphire #002055

Tints of Sapphire #002055

Color information

#002055 (or 0x002055) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 55. RGB value is (0,32,85). Sum of RGB (Red+Green+Blue) = 0+32+85=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 85 (33.59% from 255 or 72.65% from 117); Max value from RGB is 85 - color contains mainly: blue. Hex color #002055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002055 is #FFDFAA. Grayscale: #1C1C1C. Windows color (decimal): -16768939 or 5578752. OLE color: 5578752.

HSL color Cylindrical-coordinate representation of color #002055: hue angle of 217.41º 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 #002055 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB03285-
CMYK10.6200.67
HSL217.41º100%16.67%-
HSV(B)217.41º100%33.33%-
XYZ2.161.698.81-
YUV28.47159.9107.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 85 (33.59% from 255) = 72.65%
R=0%
G=27.35%
B=72.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0328510.6200.67217.4110016.67
Hex02055643E043d96411
Octal04012514476010333114421
Binary0100000101010111001001111100100001111011001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002055; }

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

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

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

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

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

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

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

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