#002861

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

Shades of Sapphire #002861

Tints of Sapphire #002861

Color information

#002861 (or 0x002861) is unknown color: approx Sapphire. HEX triplet: 00, 28 and 61. RGB value is (0,40,97). Sum of RGB (Red+Green+Blue) = 0+40+97=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #002861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002861 is #FFD79E. Grayscale: #222222. Windows color (decimal): -16766879 or 6367232. OLE color: 6367232.

HSL color Cylindrical-coordinate representation of color #002861: hue angle of 215.26º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002861 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB04097-
CMYK10.5900.62
HSL215.26º100%19.02%-
HSV(B)215.26º100%38.04%-
XYZ2.922.3811.62-
YUV34.54163.25103.37-

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) = 29.20%
BLUE value IS 97 (38.28% from 255) = 70.80%
R=0%
G=29.20%
B=70.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0409710.5900.62215.2610019.02
Hex02861643B03Ed76413
Octal0501411447307632714423
Binary010100011000011100100111011011111011010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002861; }

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

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

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

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

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

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

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

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