#021C6B

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

Shades of Sapphire #021C6B

Tints of Sapphire #021C6B

Color information

#021C6B (or 0x021C6B) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 6B. RGB value is (2,28,107). Sum of RGB (Red+Green+Blue) = 2+28+107=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 107 (42.19% from 255 or 78.10% from 137); Max value from RGB is 107 - color contains mainly: blue. Hex color #021C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C6B is #FDE394. Grayscale: #1C1C1C. Windows color (decimal): -16638869 or 7019522. OLE color: 7019522.

HSL color Cylindrical-coordinate representation of color #021C6B: hue angle of 225.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C6B is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB228107-
CMYK0.980.7400.58
HSL225.14º96.33%21.37%-
HSV(B)225.14º98.13%41.96%-
XYZ3.091.914.11-
YUV29.23171.89108.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 107 (42.19% from 255) = 78.10%
R=1.46%
G=20.44%
B=78.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2281070.980.7400.58225.1496.3321.37
Hex21C6B624A03Ae16015
Octal23415314211207234114025
Binary1011100110101111000101001010011101011100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,28,107); }

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

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

 a { background-color: rgb(2,28,107); }

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

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

 span { border-color: rgb(2,28,107); }

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