#022551

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

Shades of Sapphire #022551

Tints of Sapphire #022551

Color information

#022551 (or 0x022551) is unknown color: approx Sapphire. HEX triplet: 02, 25 and 51. RGB value is (2,37,81). Sum of RGB (Red+Green+Blue) = 2+37+81=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #022551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022551 is #FDDAAE. Grayscale: #1F1F1F. Windows color (decimal): -16636591 or 5317890. OLE color: 5317890.

HSL color Cylindrical-coordinate representation of color #022551: hue angle of 213.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022551 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB23781-
CMYK0.980.5400.68
HSL213.42º95.18%16.27%-
HSV(B)213.42º97.53%31.76%-
XYZ2.171.938.04-
YUV31.55155.9106.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 81 (32.03% from 255) = 67.5%
R=1.67%
G=30.83%
B=67.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal237810.980.5400.68213.4295.1816.27
Hex225516236044d55f10
Octal24512114266010432513720
Binary10100101101000111000101101100100010011010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022551; }

 p { color: rgb(2,37,81); }

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

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

 a { background-color: rgb(2,37,81); }

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

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

 span { border-color: rgb(2,37,81); }

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