#021372

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

Shades of Sapphire #021372

Tints of Sapphire #021372

Color information

#021372 (or 0x021372) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 72. RGB value is (2,19,114). Sum of RGB (Red+Green+Blue) = 2+19+114=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #021372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021372 is #FDEC8D. Grayscale: #181818. Windows color (decimal): -16641166 or 7475970. OLE color: 7475970.

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

Color convert

RGB219114-
CMYK0.980.8300.55
HSL230.89º96.55%22.75%-
HSV(B)230.89º98.25%44.71%-
XYZ3.31.6916.07-
YUV24.75178.37111.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 114 (44.92% from 255) = 84.44%
R=1.48%
G=14.07%
B=84.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2191140.980.8300.55230.8996.5522.75
Hex213726253037e76117
Octal22316214212306734714127
Binary1010011111001011000101010011011011111100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021372; }

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

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

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

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

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

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

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

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