#022965

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

Shades of Sapphire #022965

Tints of Sapphire #022965

Color information

#022965 (or 0x022965) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 65. RGB value is (2,41,101). Sum of RGB (Red+Green+Blue) = 2+41+101=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #022965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022965 is #FDD69A. Grayscale: #232323. Windows color (decimal): -16635547 or 6629634. OLE color: 6629634.

HSL color Cylindrical-coordinate representation of color #022965: hue angle of 216.36º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022965 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB241101-
CMYK0.980.5900.60
HSL216.36º96.12%20.2%-
HSV(B)216.36º98.02%39.61%-
XYZ3.172.5412.63-
YUV36.18164.58103.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 101 (39.84% from 255) = 70.14%
R=1.39%
G=28.47%
B=70.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2411010.980.5900.60216.3696.1220.2
Hex22965623B03Cd86014
Octal2511451427307433014024
Binary1010100111001011100010111011011110011011000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022965; }

 p { color: rgb(2,41,101); }

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

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

 a { background-color: rgb(2,41,101); }

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

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

 span { border-color: rgb(2,41,101); }

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