#021C7A

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

Shades of Sapphire #021C7A

Tints of Sapphire #021C7A

Color information

#021C7A (or 0x021C7A) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 7A. RGB value is (2,28,122). Sum of RGB (Red+Green+Blue) = 2+28+122=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #021C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C7A is #FDE385. Grayscale: #1E1E1E. Windows color (decimal): -16638854 or 8002562. OLE color: 8002562.

HSL color Cylindrical-coordinate representation of color #021C7A: hue angle of 227º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C7A is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB228122-
CMYK0.980.7700.52
HSL227º96.77%24.31%-
HSV(B)227º98.36%47.84%-
XYZ3.952.2518.64-
YUV30.94179.39107.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 122 (48.05% from 255) = 80.26%
R=1.32%
G=18.42%
B=80.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2281220.980.7700.5222796.7724.31
Hex21C7A624D034e36118
Octal23417214211506434314130
Binary1011100111101011000101001101011010011100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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