#021348

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

Shades of Sapphire #021348

Tints of Sapphire #021348

Color information

#021348 (or 0x021348) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 48. RGB value is (2,19,72). Sum of RGB (Red+Green+Blue) = 2+19+72=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #021348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021348 is #FDECB7. Grayscale: #131313. Windows color (decimal): -16641208 or 4723458. OLE color: 4723458.

HSL color Cylindrical-coordinate representation of color #021348: hue angle of 225.43º 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 #021348 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21972-
CMYK0.970.7400.72
HSL225.43º94.59%14.51%-
HSV(B)225.43º97.22%28.24%-
XYZ1.430.956.24-
YUV19.96157.37115.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=2.15%
G=20.43%
B=77.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal219720.970.7400.72225.4394.5914.51
Hex21348614A048e15ff
Octal223110141112011034113717
Binary1010011100100011000011001010010010001110000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021348; }

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

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

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

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

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

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

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

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