#021369

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

Shades of Sapphire #021369

Tints of Sapphire #021369

Color information

#021369 (or 0x021369) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 69. RGB value is (2,19,105). Sum of RGB (Red+Green+Blue) = 2+19+105=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 105 (41.41% from 255 or 83.33% from 126); Max value from RGB is 105 - color contains mainly: blue. Hex color #021369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021369 is #FDEC96. Grayscale: #171717. Windows color (decimal): -16641175 or 6886146. OLE color: 6886146.

HSL color Cylindrical-coordinate representation of color #021369: hue angle of 230.1º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021369 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB219105-
CMYK0.980.8200.59
HSL230.1º96.26%20.98%-
HSV(B)230.1º98.1%41.18%-
XYZ2.811.513.51-
YUV23.72173.87112.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 105 (41.41% from 255) = 83.33%
R=1.59%
G=15.08%
B=83.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2191050.980.8200.59230.196.2620.98
Hex21369625203Be66015
Octal22315114212207334614025
Binary1010011110100111000101010010011101111100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021369; }

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

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

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

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

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

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

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

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