#022769

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

Shades of Sapphire #022769

Tints of Sapphire #022769

Color information

#022769 (or 0x022769) is unknown color: approx Sapphire. HEX triplet: 02, 27 and 69. RGB value is (2,39,105). Sum of RGB (Red+Green+Blue) = 2+39+105=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #022769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022769 is #FDD896. Grayscale: #232323. Windows color (decimal): -16636055 or 6891266. OLE color: 6891266.

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

Color convert

RGB239105-
CMYK0.980.6300.59
HSL218.45º96.26%20.98%-
HSV(B)218.45º98.1%41.18%-
XYZ3.32.4813.67-
YUV35.46167.24104.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 105 (41.41% from 255) = 71.92%
R=1.37%
G=26.71%
B=71.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2391050.980.6300.59218.4596.2620.98
Hex22769623F03Bda6015
Octal2471511427707333214025
Binary1010011111010011100010111111011101111011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022769; }

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

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

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

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

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

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

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

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