#022962

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

Shades of Sapphire #022962

Tints of Sapphire #022962

Color information

#022962 (or 0x022962) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 62. RGB value is (2,41,98). Sum of RGB (Red+Green+Blue) = 2+41+98=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #022962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022962 is #FDD69D. Grayscale: #232323. Windows color (decimal): -16635550 or 6433026. OLE color: 6433026.

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

Color convert

RGB24198-
CMYK0.980.5800.62
HSL215.62º96%19.61%-
HSV(B)215.62º97.96%38.43%-
XYZ3.022.4811.87-
YUV35.84163.08103.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 41 (16.41% from 255) = 29.08%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=1.42%
G=29.08%
B=69.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal241980.980.5800.62215.629619.61
Hex22962623A03Ed86014
Octal2511421427207633014024
Binary1010100111000101100010111010011111011011000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022962; }

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

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

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

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

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

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

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

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