#021360

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

Shades of Sapphire #021360

Tints of Sapphire #021360

Color information

#021360 (or 0x021360) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 60. RGB value is (2,19,96). Sum of RGB (Red+Green+Blue) = 2+19+96=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 96 (37.89% from 255 or 82.05% from 117); Max value from RGB is 96 - color contains mainly: blue. Hex color #021360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021360 is #FDEC9F. Grayscale: #161616. Windows color (decimal): -16641184 or 6296322. OLE color: 6296322.

HSL color Cylindrical-coordinate representation of color #021360: hue angle of 229.15º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021360 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB21996-
CMYK0.980.8000.62
HSL229.15º95.92%19.22%-
HSV(B)229.15º97.92%37.65%-
XYZ2.371.3211.2-
YUV22.7169.37113.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 19 (7.81% from 255) = 16.24%
BLUE value IS 96 (37.89% from 255) = 82.05%
R=1.71%
G=16.24%
B=82.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal219960.980.8000.62229.1595.9219.22
Hex21360625003Ee56013
Octal22314014212007634514023
Binary1010011110000011000101010000011111011100101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021360; }

 p { color: rgb(2,19,96); }

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

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

 a { background-color: rgb(2,19,96); }

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

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

 span { border-color: rgb(2,19,96); }

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