#022B69

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

Shades of Sapphire #022B69

Tints of Sapphire #022B69

Color information

#022B69 (or 0x022B69) is unknown color: approx Sapphire. HEX triplet: 02, 2B and 69. RGB value is (2,43,105). Sum of RGB (Red+Green+Blue) = 2+43+105=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #022B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B69 is #FDD496. Grayscale: #252525. Windows color (decimal): -16635031 or 6892290. OLE color: 6892290.

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

Color convert

RGB243105-
CMYK0.980.5900.59
HSL216.12º96.26%20.98%-
HSV(B)216.12º98.1%41.18%-
XYZ3.442.7613.72-
YUV37.81165.92102.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 105 (41.41% from 255) = 70%
R=1.33%
G=28.67%
B=70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2431050.980.5900.59216.1296.2620.98
Hex22B69623B03Bd86015
Octal2531511427307333014025
Binary1010101111010011100010111011011101111011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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