#022A7B

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

Shades of Sapphire #022A7B

Tints of Sapphire #022A7B

Color information

#022A7B (or 0x022A7B) is unknown color: approx Sapphire. HEX triplet: 02, 2A and 7B. RGB value is (2,42,123). Sum of RGB (Red+Green+Blue) = 2+42+123=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #022A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A7B is #FDD584. Grayscale: #262626. Windows color (decimal): -16635269 or 8071682. OLE color: 8071682.

HSL color Cylindrical-coordinate representation of color #022A7B: hue angle of 220.17º 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 #022A7B is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB242123-
CMYK0.980.6600.52
HSL220.17º96.8%24.51%-
HSV(B)220.17º98.37%48.24%-
XYZ4.433.119.1-
YUV39.27175.25101.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 123 (48.44% from 255) = 73.65%
R=1.20%
G=25.15%
B=73.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2421230.980.6600.52220.1796.824.51
Hex22A7B6242034dc6119
Octal25217314210206433414131
Binary10101010111101111000101000010011010011011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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