#022A69

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

Shades of Sapphire #022A69

Tints of Sapphire #022A69

Color information

#022A69 (or 0x022A69) is unknown color: approx Sapphire. HEX triplet: 02, 2A and 69. RGB value is (2,42,105). Sum of RGB (Red+Green+Blue) = 2+42+105=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #022A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A69 is #FDD596. Grayscale: #242424. Windows color (decimal): -16635287 or 6892034. OLE color: 6892034.

HSL color Cylindrical-coordinate representation of color #022A69: hue angle of 216.7º 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 #022A69 is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB242105-
CMYK0.980.600.59
HSL216.7º96.26%20.98%-
HSV(B)216.7º98.1%41.18%-
XYZ3.42.6913.7-
YUV37.22166.25102.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 105 (41.41% from 255) = 70.47%
R=1.34%
G=28.19%
B=70.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2421050.980.600.59216.796.2620.98
Hex22A69623C03Bd96015
Octal2521511427407333114025
Binary1010101011010011100010111100011101111011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022A69; }

 p { color: rgb(2,42,105); }

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

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

 a { background-color: rgb(2,42,105); }

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

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

 span { border-color: rgb(2,42,105); }

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