#021B61

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

Shades of Sapphire #021B61

Tints of Sapphire #021B61

Color information

#021B61 (or 0x021B61) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 61. RGB value is (2,27,97). Sum of RGB (Red+Green+Blue) = 2+27+97=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 97 (38.28% from 255 or 76.98% from 126); Max value from RGB is 97 - color contains mainly: blue. Hex color #021B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B61 is #FDE49E. Grayscale: #1B1B1B. Windows color (decimal): -16639135 or 6363906. OLE color: 6363906.

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

Color convert

RGB22797-
CMYK0.980.7200.62
HSL224.21º95.96%19.41%-
HSV(B)224.21º97.94%38.04%-
XYZ2.571.6611.49-
YUV27.5167.22109.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 97 (38.28% from 255) = 76.98%
R=1.59%
G=21.43%
B=76.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal227970.980.7200.62224.2195.9619.41
Hex21B61624803Ee06013
Octal23314114211007634014023
Binary1011011110000111000101001000011111011100000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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