#020C54

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

Shades of Sapphire #020C54

Tints of Sapphire #020C54

Color information

#020C54 (or 0x020C54) is unknown color: approx Sapphire. HEX triplet: 02, 0C and 54. RGB value is (2,12,84). Sum of RGB (Red+Green+Blue) = 2+12+84=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 84 (33.20% from 255 or 85.71% from 98); Max value from RGB is 84 - color contains mainly: blue. Hex color #020C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C54 is #FDF3AB. Grayscale: #101010. Windows color (decimal): -16642988 or 5508098. OLE color: 5508098.

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

Color convert

RGB21284-
CMYK0.980.8600.67
HSL232.68º95.35%16.86%-
HSV(B)232.68º97.62%32.94%-
XYZ1.760.928.47-
YUV17.22165.69117.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 84 (33.20% from 255) = 85.71%
R=2.04%
G=12.24%
B=85.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal212840.980.8600.67232.6895.3516.86
Hex2C546256043e95f11
Octal214124142126010335113721
Binary1011001010100110001010101100100001111101001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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