#021462

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

Shades of Sapphire #021462

Tints of Sapphire #021462

Color information

#021462 (or 0x021462) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 62. RGB value is (2,20,98). Sum of RGB (Red+Green+Blue) = 2+20+98=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #021462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021462 is #FDEB9D. Grayscale: #171717. Windows color (decimal): -16640926 or 6427650. OLE color: 6427650.

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

Color convert

RGB22098-
CMYK0.980.8000.62
HSL228.75º96%19.61%-
HSV(B)228.75º97.96%38.43%-
XYZ2.481.411.69-
YUV23.51170.04112.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 98 (38.67% from 255) = 81.67%
R=1.67%
G=16.67%
B=81.67%

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
Decimal220980.980.8000.62228.759619.61
Hex21462625003Ee56014
Octal22414214212007634514024
Binary1010100110001011000101010000011111011100101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021462; }

 p { color: rgb(2,20,98); }

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

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

 a { background-color: rgb(2,20,98); }

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

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

 span { border-color: rgb(2,20,98); }

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