#002871

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

Shades of Sapphire #002871

Tints of Sapphire #002871

Color information

#002871 (or 0x002871) is unknown color: approx Sapphire. HEX triplet: 00, 28 and 71. RGB value is (0,40,113). Sum of RGB (Red+Green+Blue) = 0+40+113=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #002871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002871 is #FFD78E. Grayscale: #242424. Windows color (decimal): -16766863 or 7415808. OLE color: 7415808.

HSL color Cylindrical-coordinate representation of color #002871: hue angle of 218.76º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002871 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB040113-
CMYK10.6500.56
HSL218.76º100%22.16%-
HSV(B)218.76º100%44.31%-
XYZ3.742.7115.95-
YUV36.36171.25102.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 26.14%
BLUE value IS 113 (44.53% from 255) = 73.86%
R=0%
G=26.14%
B=73.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal04011310.6500.56218.7610022.16
Hex028716441038db6416
Octal05016114410107033314426
Binary0101000111000111001001000001011100011011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002871; }

 p { color: rgb(0,40,113); }

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

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

 a { background-color: rgb(0,40,113); }

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

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

 span { border-color: rgb(0,40,113); }

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