#02164D

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

Shades of Sapphire #02164D

Tints of Sapphire #02164D

Color information

#02164D (or 0x02164D) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 4D. RGB value is (2,22,77). Sum of RGB (Red+Green+Blue) = 2+22+77=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #02164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02164D is #FDE9B2. Grayscale: #161616. Windows color (decimal): -16640435 or 5051906. OLE color: 5051906.

HSL color Cylindrical-coordinate representation of color #02164D: hue angle of 224º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02164D is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB22277-
CMYK0.970.7100.70
HSL224º94.94%15.49%-
HSV(B)224º97.4%30.2%-
XYZ1.651.127.15-
YUV22.29158.87113.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 77 (30.47% from 255) = 76.24%
R=1.98%
G=21.78%
B=76.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal222770.970.7100.7022494.9415.49
Hex2164D6147046e05ff
Octal226115141107010634013717
Binary1010110100110111000011000111010001101110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02164D; }

 p { color: rgb(2,22,77); }

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

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

 a { background-color: rgb(2,22,77); }

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

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

 span { border-color: rgb(2,22,77); }

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