#021472

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

Shades of Sapphire #021472

Tints of Sapphire #021472

Color information

#021472 (or 0x021472) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 72. RGB value is (2,20,114). Sum of RGB (Red+Green+Blue) = 2+20+114=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #021472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021472 is #FDEB8D. Grayscale: #181818. Windows color (decimal): -16640910 or 7476226. OLE color: 7476226.

HSL color Cylindrical-coordinate representation of color #021472: hue angle of 230.36º 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 #021472 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB220114-
CMYK0.980.8200.55
HSL230.36º96.55%22.75%-
HSV(B)230.36º98.25%44.71%-
XYZ3.311.7316.08-
YUV25.33178.04111.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 114 (44.92% from 255) = 83.82%
R=1.47%
G=14.71%
B=83.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2201140.980.8200.55230.3696.5522.75
Hex214726252037e66117
Octal22416214212206734614127
Binary1010100111001011000101010010011011111100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021472; }

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

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

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

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

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

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

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

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