#021F60

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

Shades of Sapphire #021F60

Tints of Sapphire #021F60

Color information

#021F60 (or 0x021F60) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 60. RGB value is (2,31,96). Sum of RGB (Red+Green+Blue) = 2+31+96=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #021F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F60 is #FDE09F. Grayscale: #1D1D1D. Windows color (decimal): -16638112 or 6299394. OLE color: 6299394.

HSL color Cylindrical-coordinate representation of color #021F60: hue angle of 221.49º 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 #021F60 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB23196-
CMYK0.980.6800.62
HSL221.49º95.92%19.22%-
HSV(B)221.49º97.92%37.65%-
XYZ2.631.8411.28-
YUV29.74165.39108.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=1.55%
G=24.03%
B=74.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal231960.980.6800.62221.4995.9219.22
Hex21F60624403Edd6013
Octal23714014210407633514023
Binary1011111110000011000101000100011111011011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,31,96); }

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

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

 a { background-color: rgb(2,31,96); }

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

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

 span { border-color: rgb(2,31,96); }

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