#020B54

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

Shades of Sapphire #020B54

Tints of Sapphire #020B54

Color information

#020B54 (or 0x020B54) is unknown color: approx Sapphire. HEX triplet: 02, 0B and 54. RGB value is (2,11,84). Sum of RGB (Red+Green+Blue) = 2+11+84=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #020B54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B54 is #FDF4AB. Grayscale: #101010. Windows color (decimal): -16643244 or 5507842. OLE color: 5507842.

HSL color Cylindrical-coordinate representation of color #020B54: hue angle of 233.41º 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 #020B54 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB21184-
CMYK0.980.8700.67
HSL233.41º95.35%16.86%-
HSV(B)233.41º97.62%32.94%-
XYZ1.740.898.47-
YUV16.63166.02117.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 84 (33.20% from 255) = 86.60%
R=2.06%
G=11.34%
B=86.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal211840.980.8700.67233.4195.3516.86
Hex2B546257043e95f11
Octal213124142127010335113721
Binary1010111010100110001010101110100001111101001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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