#022968

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

Shades of Sapphire #022968

Tints of Sapphire #022968

Color information

#022968 (or 0x022968) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 68. RGB value is (2,41,104). Sum of RGB (Red+Green+Blue) = 2+41+104=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #022968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022968 is #FDD697. Grayscale: #242424. Windows color (decimal): -16635544 or 6826242. OLE color: 6826242.

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

Color convert

RGB241104-
CMYK0.980.6100.59
HSL217.06º96.23%20.78%-
HSV(B)217.06º98.08%40.78%-
XYZ3.322.613.42-
YUV36.52166.08103.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 104 (41.02% from 255) = 70.75%
R=1.36%
G=27.89%
B=70.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2411040.980.6100.59217.0696.2320.78
Hex22968623D03Bd96015
Octal2511501427507333114025
Binary1010100111010001100010111101011101111011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022968; }

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

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

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

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

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

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

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

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