#022875

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

Shades of Sapphire #022875

Tints of Sapphire #022875

Color information

#022875 (or 0x022875) is unknown color: approx Sapphire. HEX triplet: 02, 28 and 75. RGB value is (2,40,117). Sum of RGB (Red+Green+Blue) = 2+40+117=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #022875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022875 is #FDD78A. Grayscale: #252525. Windows color (decimal): -16635787 or 7677954. OLE color: 7677954.

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

Color convert

RGB240117-
CMYK0.980.6600.54
HSL220.17º96.64%23.33%-
HSV(B)220.17º98.29%45.88%-
XYZ3.992.8117.16-
YUV37.42172.91102.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 117 (46.09% from 255) = 73.58%
R=1.26%
G=25.16%
B=73.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2401170.980.6600.54220.1796.6423.33
Hex228756242036dc6117
Octal25016514210206633414127
Binary10101000111010111000101000010011011011011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022875; }

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

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

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

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

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

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

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

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