#021877

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

Shades of Sapphire #021877

Tints of Sapphire #021877

Color information

#021877 (or 0x021877) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 77. RGB value is (2,24,119). Sum of RGB (Red+Green+Blue) = 2+24+119=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #021877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021877 is #FDE788. Grayscale: #1B1B1B. Windows color (decimal): -16639881 or 7804930. OLE color: 7804930.

HSL color Cylindrical-coordinate representation of color #021877: hue angle of 228.72º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021877 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB224119-
CMYK0.980.8000.53
HSL228.72º96.69%23.73%-
HSV(B)228.72º98.32%46.67%-
XYZ3.68217.64-
YUV28.25179.21109.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 119 (46.88% from 255) = 82.07%
R=1.38%
G=16.55%
B=82.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2241190.980.8000.53228.7296.6923.73
Hex218776250035e56118
Octal23016714212006534514130
Binary1011000111011111000101010000011010111100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021877; }

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

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

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

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

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

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

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

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