#021C5C

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

Shades of Sapphire #021C5C

Tints of Sapphire #021C5C

Color information

#021C5C (or 0x021C5C) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 5C. RGB value is (2,28,92). Sum of RGB (Red+Green+Blue) = 2+28+92=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #021C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C5C is #FDE3A3. Grayscale: #1B1B1B. Windows color (decimal): -16638884 or 6036482. OLE color: 6036482.

HSL color Cylindrical-coordinate representation of color #021C5C: hue angle of 222.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C5C is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB22892-
CMYK0.980.7000.64
HSL222.67º95.74%18.43%-
HSV(B)222.67º97.83%36.08%-
XYZ2.371.6210.31-
YUV27.52164.39109.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 92 (36.33% from 255) = 75.41%
R=1.64%
G=22.95%
B=75.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal228920.980.7000.64222.6795.7418.43
Hex21C5C6246040df6012
Octal234134142106010033714022
Binary10111001011100110001010001100100000011011111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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