#020C5A

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

Shades of Sapphire #020C5A

Tints of Sapphire #020C5A

Color information

#020C5A (or 0x020C5A) is unknown color: approx Sapphire. HEX triplet: 02, 0C and 5A. RGB value is (2,12,90). Sum of RGB (Red+Green+Blue) = 2+12+90=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #020C5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C5A is #FDF3A5. Grayscale: #111111. Windows color (decimal): -16642982 or 5901314. OLE color: 5901314.

HSL color Cylindrical-coordinate representation of color #020C5A: hue angle of 233.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C5A is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB21290-
CMYK0.980.8700.65
HSL233.18º95.65%18.04%-
HSV(B)233.18º97.78%35.29%-
XYZ21.019.76-
YUV17.9168.69116.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 90 (35.55% from 255) = 86.54%
R=1.92%
G=11.54%
B=86.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal212900.980.8700.65233.1895.6518.04
Hex2C5A6257041e96012
Octal214132142127010135114022
Binary1011001011010110001010101110100000111101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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