#021B45

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

Shades of Sapphire #021B45

Tints of Sapphire #021B45

Color information

#021B45 (or 0x021B45) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 45. RGB value is (2,27,69). Sum of RGB (Red+Green+Blue) = 2+27+69=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 69 (27.34% from 255 or 70.41% from 98); Max value from RGB is 69 - color contains mainly: blue. Hex color #021B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B45 is #FDE4BA. Grayscale: #181818. Windows color (decimal): -16639163 or 4528898. OLE color: 4528898.

HSL color Cylindrical-coordinate representation of color #021B45: hue angle of 217.61º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021B45 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB22769-
CMYK0.970.6100.73
HSL217.61º94.37%13.92%-
HSV(B)217.61º97.1%27.06%-
XYZ1.491.235.79-
YUV24.31153.22112.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 69 (27.34% from 255) = 70.41%
R=2.04%
G=27.55%
B=70.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal227690.970.6100.73217.6194.3713.92
Hex21B45613D049da5ee
Octal23310514175011133213616
Binary101101110001011100001111101010010011101101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,27,69); }

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

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

 a { background-color: rgb(2,27,69); }

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

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

 span { border-color: rgb(2,27,69); }

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