#020F54

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

Shades of Sapphire #020F54

Tints of Sapphire #020F54

Color information

#020F54 (or 0x020F54) is unknown color: approx Sapphire. HEX triplet: 02, 0F and 54. RGB value is (2,15,84). Sum of RGB (Red+Green+Blue) = 2+15+84=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 84 (33.20% from 255 or 83.17% from 101); Max value from RGB is 84 - color contains mainly: blue. Hex color #020F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F54 is #FDF0AB. Grayscale: #121212. Windows color (decimal): -16642220 or 5508866. OLE color: 5508866.

HSL color Cylindrical-coordinate representation of color #020F54: hue angle of 230.49º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F54 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB21584-
CMYK0.980.8200.67
HSL230.49º95.35%16.86%-
HSV(B)230.49º97.62%32.94%-
XYZ1.80.998.48-
YUV18.98164.69115.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 84 (33.20% from 255) = 83.17%
R=1.98%
G=14.85%
B=83.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal215840.980.8200.67230.4995.3516.86
Hex2F546252043e65f11
Octal217124142122010334613721
Binary1011111010100110001010100100100001111100110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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