#022758

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

Shades of Sapphire #022758

Tints of Sapphire #022758

Color information

#022758 (or 0x022758) is unknown color: approx Sapphire. HEX triplet: 02, 27 and 58. RGB value is (2,39,88). Sum of RGB (Red+Green+Blue) = 2+39+88=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #022758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022758 is #FDD8A7. Grayscale: #212121. Windows color (decimal): -16636072 or 5777154. OLE color: 5777154.

HSL color Cylindrical-coordinate representation of color #022758: hue angle of 214.19º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022758 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB23988-
CMYK0.980.5600.65
HSL214.19º95.56%17.65%-
HSV(B)214.19º97.73%34.51%-
XYZ2.512.179.52-
YUV33.52158.74105.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 88 (34.77% from 255) = 68.22%
R=1.55%
G=30.23%
B=68.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal239880.980.5600.65214.1995.5617.65
Hex227586238041d66012
Octal24713014270010132614022
Binary10100111101100011000101110000100000111010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022758; }

 p { color: rgb(2,39,88); }

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

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

 a { background-color: rgb(2,39,88); }

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

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

 span { border-color: rgb(2,39,88); }

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