#021B72

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

Shades of Sapphire #021B72

Tints of Sapphire #021B72

Color information

#021B72 (or 0x021B72) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 72. RGB value is (2,27,114). Sum of RGB (Red+Green+Blue) = 2+27+114=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #021B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B72 is #FDE48D. Grayscale: #1D1D1D. Windows color (decimal): -16639118 or 7478018. OLE color: 7478018.

HSL color Cylindrical-coordinate representation of color #021B72: hue angle of 226.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B72 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB227114-
CMYK0.980.7600.55
HSL226.61º96.55%22.75%-
HSV(B)226.61º98.25%44.71%-
XYZ3.452.0116.13-
YUV29.44175.72108.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 114 (44.92% from 255) = 79.72%
R=1.40%
G=18.88%
B=79.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2271140.980.7600.55226.6196.5522.75
Hex21B72624C037e36117
Octal23316214211406734314127
Binary1011011111001011000101001100011011111100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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