#021874

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

Shades of Sapphire #021874

Tints of Sapphire #021874

Color information

#021874 (or 0x021874) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 74. RGB value is (2,24,116). Sum of RGB (Red+Green+Blue) = 2+24+116=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #021874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021874 is #FDE78B. Grayscale: #1B1B1B. Windows color (decimal): -16639884 or 7608322. OLE color: 7608322.

HSL color Cylindrical-coordinate representation of color #021874: hue angle of 228.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021874 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB224116-
CMYK0.980.7900.55
HSL228.42º96.61%23.14%-
HSV(B)228.42º98.28%45.49%-
XYZ3.51.9316.71-
YUV27.91177.71109.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 116 (45.70% from 255) = 81.69%
R=1.41%
G=16.90%
B=81.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2241160.980.7900.55228.4296.6123.14
Hex21874624F037e46117
Octal23016414211706734414127
Binary1011000111010011000101001111011011111100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021874; }

 p { color: rgb(2,24,116); }

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

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

 a { background-color: rgb(2,24,116); }

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

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

 span { border-color: rgb(2,24,116); }

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