#022F7B

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

Shades of Sapphire #022F7B

Tints of Sapphire #022F7B

Color information

#022F7B (or 0x022F7B) is unknown color: approx Sapphire. HEX triplet: 02, 2F and 7B. RGB value is (2,47,123). Sum of RGB (Red+Green+Blue) = 2+47+123=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #022F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F7B is #FDD084. Grayscale: #292929. Windows color (decimal): -16633989 or 8072962. OLE color: 8072962.

HSL color Cylindrical-coordinate representation of color #022F7B: hue angle of 217.69º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F7B is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB247123-
CMYK0.980.6200.52
HSL217.69º96.8%24.51%-
HSV(B)217.69º98.37%48.24%-
XYZ4.623.4819.17-
YUV42.21173.5999.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 123 (48.44% from 255) = 71.51%
R=1.16%
G=27.33%
B=71.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2471230.980.6200.52217.6996.824.51
Hex22F7B623E034da6119
Octal2571731427606433214131
Binary1010111111110111100010111110011010011011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022F7B; }

 p { color: rgb(2,47,123); }

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

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

 a { background-color: rgb(2,47,123); }

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

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

 span { border-color: rgb(2,47,123); }

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