#021D61

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

Shades of Sapphire #021D61

Tints of Sapphire #021D61

Color information

#021D61 (or 0x021D61) is unknown color: approx Sapphire. HEX triplet: 02, 1D and 61. RGB value is (2,29,97). Sum of RGB (Red+Green+Blue) = 2+29+97=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #021D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D61 is #FDE29E. Grayscale: #1C1C1C. Windows color (decimal): -16638623 or 6364418. OLE color: 6364418.

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

Color convert

RGB22997-
CMYK0.980.7000.62
HSL222.95º95.96%19.41%-
HSV(B)222.95º97.94%38.04%-
XYZ2.621.7511.51-
YUV28.68166.55108.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 97 (38.28% from 255) = 75.78%
R=1.56%
G=22.66%
B=75.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal229970.980.7000.62222.9595.9619.41
Hex21D61624603Edf6013
Octal23514114210607633714023
Binary1011101110000111000101000110011111011011111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021D61; }

 p { color: rgb(2,29,97); }

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

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

 a { background-color: rgb(2,29,97); }

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

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

 span { border-color: rgb(2,29,97); }

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