#022B6D

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

Shades of Sapphire #022B6D

Tints of Sapphire #022B6D

Color information

#022B6D (or 0x022B6D) is unknown color: approx Sapphire. HEX triplet: 02, 2B and 6D. RGB value is (2,43,109). Sum of RGB (Red+Green+Blue) = 2+43+109=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #022B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022B6D is #FDD492. Grayscale: #252525. Windows color (decimal): -16635027 or 7154434. OLE color: 7154434.

HSL color Cylindrical-coordinate representation of color #022B6D: hue angle of 217.01º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022B6D is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB243109-
CMYK0.980.6100.57
HSL217.01º96.4%21.76%-
HSV(B)217.01º98.17%42.75%-
XYZ3.652.8414.82-
YUV38.26167.92102.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 109 (42.97% from 255) = 70.78%
R=1.30%
G=27.92%
B=70.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2431090.980.6100.57217.0196.421.76
Hex22B6D623D039d96016
Octal2531551427507133114026
Binary1010101111011011100010111101011100111011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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