#021A6E

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

Shades of Sapphire #021A6E

Tints of Sapphire #021A6E

Color information

#021A6E (or 0x021A6E) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 6E. RGB value is (2,26,110). Sum of RGB (Red+Green+Blue) = 2+26+110=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 110 (43.36% from 255 or 79.71% from 138); Max value from RGB is 110 - color contains mainly: blue. Hex color #021A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A6E is #FDE591. Grayscale: #1C1C1C. Windows color (decimal): -16639378 or 7215618. OLE color: 7215618.

HSL color Cylindrical-coordinate representation of color #021A6E: hue angle of 226.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A6E is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB226110-
CMYK0.980.7600.57
HSL226.67º96.43%21.96%-
HSV(B)226.67º98.18%43.14%-
XYZ3.211.8814.95-
YUV28.4174.05109.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 110 (43.36% from 255) = 79.71%
R=1.45%
G=18.84%
B=79.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2261100.980.7600.57226.6796.4321.96
Hex21A6E624C039e36016
Octal23215614211407134314026
Binary1011010110111011000101001100011100111100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A6E; }

 p { color: rgb(2,26,110); }

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

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

 a { background-color: rgb(2,26,110); }

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

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

 span { border-color: rgb(2,26,110); }

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