#022167

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

Shades of Sapphire #022167

Tints of Sapphire #022167

Color information

#022167 (or 0x022167) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 67. RGB value is (2,33,103). Sum of RGB (Red+Green+Blue) = 2+33+103=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #022167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022167 is #FDDE98. Grayscale: #1F1F1F. Windows color (decimal): -16637593 or 6758658. OLE color: 6758658.

HSL color Cylindrical-coordinate representation of color #022167: hue angle of 221.58º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022167 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB233103-
CMYK0.980.6800.60
HSL221.58º96.19%20.59%-
HSV(B)221.58º98.06%40.39%-
XYZ3.022.0813.07-
YUV31.71168.23106.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 103 (40.62% from 255) = 74.64%
R=1.45%
G=23.91%
B=74.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2331030.980.6800.60221.5896.1920.59
Hex22167624403Cde6015
Octal24114714210407433614025
Binary10100001110011111000101000100011110011011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022167; }

 p { color: rgb(2,33,103); }

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

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

 a { background-color: rgb(2,33,103); }

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

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

 span { border-color: rgb(2,33,103); }

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