#022275

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

Shades of Sapphire #022275

Tints of Sapphire #022275

Color information

#022275 (or 0x022275) is unknown color: approx Sapphire. HEX triplet: 02, 22 and 75. RGB value is (2,34,117). Sum of RGB (Red+Green+Blue) = 2+34+117=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #022275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022275 is #FDDD8A. Grayscale: #212121. Windows color (decimal): -16637323 or 7676418. OLE color: 7676418.

HSL color Cylindrical-coordinate representation of color #022275: hue angle of 223.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022275 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB234117-
CMYK0.980.7100.54
HSL223.3º96.64%23.33%-
HSV(B)223.3º98.29%45.88%-
XYZ3.812.4417.1-
YUV33.89174.9105.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 117 (46.09% from 255) = 76.47%
R=1.31%
G=22.22%
B=76.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2341170.980.7100.54223.396.6423.33
Hex222756247036df6117
Octal24216514210706633714127
Binary10100010111010111000101000111011011011011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022275; }

 p { color: rgb(2,34,117); }

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

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

 a { background-color: rgb(2,34,117); }

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

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

 span { border-color: rgb(2,34,117); }

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