#02164B

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

Shades of Sapphire #02164B

Tints of Sapphire #02164B

Color information

#02164B (or 0x02164B) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 4B. RGB value is (2,22,75). Sum of RGB (Red+Green+Blue) = 2+22+75=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #02164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02164B is #FDE9B4. Grayscale: #151515. Windows color (decimal): -16640437 or 4920834. OLE color: 4920834.

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

Color convert

RGB22275-
CMYK0.970.7100.71
HSL223.56º94.81%15.1%-
HSV(B)223.56º97.33%29.41%-
XYZ1.581.096.78-
YUV22.06157.87113.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 75.76%
R=2.02%
G=22.22%
B=75.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal222750.970.7100.71223.5694.8115.1
Hex2164B6147047e05ff
Octal226113141107010734013717
Binary1010110100101111000011000111010001111110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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