#021B70

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

Shades of Sapphire #021B70

Tints of Sapphire #021B70

Color information

#021B70 (or 0x021B70) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 70. RGB value is (2,27,112). Sum of RGB (Red+Green+Blue) = 2+27+112=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #021B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B70 is #FDE48F. Grayscale: #1C1C1C. Windows color (decimal): -16639120 or 7346946. OLE color: 7346946.

HSL color Cylindrical-coordinate representation of color #021B70: hue angle of 226.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B70 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB227112-
CMYK0.980.7600.56
HSL226.36º96.49%22.35%-
HSV(B)226.36º98.21%43.92%-
XYZ3.341.9715.53-
YUV29.22174.72108.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 112 (44.14% from 255) = 79.43%
R=1.42%
G=19.15%
B=79.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2271120.980.7600.56226.3696.4922.35
Hex21B70624C038e26016
Octal23316014211407034214026
Binary1011011111000011000101001100011100011100010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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