#022972

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

Shades of Sapphire #022972

Tints of Sapphire #022972

Color information

#022972 (or 0x022972) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 72. RGB value is (2,41,114). Sum of RGB (Red+Green+Blue) = 2+41+114=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 114 (44.92% from 255 or 72.61% from 157); Max value from RGB is 114 - color contains mainly: blue. Hex color #022972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022972 is #FDD68D. Grayscale: #252525. Windows color (decimal): -16635534 or 7481602. OLE color: 7481602.

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

Color convert

RGB241114-
CMYK0.980.6400.55
HSL219.11º96.55%22.75%-
HSV(B)219.11º98.25%44.71%-
XYZ3.862.8116.26-
YUV37.66171.08102.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 114 (44.92% from 255) = 72.61%
R=1.27%
G=26.11%
B=72.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2411140.980.6400.55219.1196.5522.75
Hex229726240037db6117
Octal25116214210006733314127
Binary10101001111001011000101000000011011111011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022972; }

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

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

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

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

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

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

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

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