#022669

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

Shades of Sapphire #022669

Tints of Sapphire #022669

Color information

#022669 (or 0x022669) is unknown color: approx Sapphire. HEX triplet: 02, 26 and 69. RGB value is (2,38,105). Sum of RGB (Red+Green+Blue) = 2+38+105=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #022669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022669 is #FDD996. Grayscale: #222222. Windows color (decimal): -16636311 or 6891010. OLE color: 6891010.

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

Color convert

RGB238105-
CMYK0.980.6400.59
HSL219.03º96.26%20.98%-
HSV(B)219.03º98.1%41.18%-
XYZ3.272.4213.66-
YUV34.87167.57104.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=1.38%
G=26.21%
B=72.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2381050.980.6400.59219.0396.2620.98
Hex22669624003Bdb6015
Octal24615114210007333314025
Binary10100110110100111000101000000011101111011011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022669; }

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

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

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

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

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

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

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

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