#020F47

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

Shades of Sapphire #020F47

Tints of Sapphire #020F47

Color information

#020F47 (or 0x020F47) is unknown color: approx Sapphire. HEX triplet: 02, 0F and 47. RGB value is (2,15,71). Sum of RGB (Red+Green+Blue) = 2+15+71=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #020F47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F47 is #FDF0B8. Grayscale: #111111. Windows color (decimal): -16642233 or 4656898. OLE color: 4656898.

HSL color Cylindrical-coordinate representation of color #020F47: hue angle of 228.7º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020F47 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21571-
CMYK0.970.7900.72
HSL228.7º94.52%14.31%-
HSV(B)228.7º97.18%27.84%-
XYZ1.330.816.05-
YUV17.5158.19116.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 71 (28.12% from 255) = 80.68%
R=2.27%
G=17.05%
B=80.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal215710.970.7900.72228.794.5214.31
Hex2F47614F048e55fe
Octal217107141117011034513716
Binary101111100011111000011001111010010001110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F47; }

 p { color: rgb(2,15,71); }

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

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

 a { background-color: rgb(2,15,71); }

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

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

 span { border-color: rgb(2,15,71); }

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