#021F48

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

Shades of Sapphire #021F48

Tints of Sapphire #021F48

Color information

#021F48 (or 0x021F48) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 48. RGB value is (2,31,72). Sum of RGB (Red+Green+Blue) = 2+31+72=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #021F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F48 is #FDE0B7. Grayscale: #1A1A1A. Windows color (decimal): -16638136 or 4726530. OLE color: 4726530.

HSL color Cylindrical-coordinate representation of color #021F48: hue angle of 215.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021F48 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB23172-
CMYK0.970.5700.72
HSL215.14º94.59%14.51%-
HSV(B)215.14º97.22%28.24%-
XYZ1.681.466.32-
YUV27153.39110.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 72 (28.52% from 255) = 68.57%
R=1.90%
G=29.52%
B=68.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal231720.970.5700.72215.1494.5914.51
Hex21F486139048d75ff
Octal23711014171011032713717
Binary101111110010001100001111001010010001101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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