Html Css Color HEX #021546 Sapphire

📋 copy color: '#021546'

red 2 ◦ green 21 ◦ blue 70

#021546
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #021546

Tints of Sapphire #021546

RGB

 RED value IS 2 (1.17% from 255) = 2.15%

 GREEN value IS 21 (8.59% from 255) = 22.58%

 BLUE value IS 70 (27.73% from 255) = 75.27%

R = 2.15%
G = 22.58%
B = 75.27%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021546 (or 0x021546) is known color: Sapphire. HEX triplet: 02, 15 and 46. RGB value is (2,21,70). Sum of RGB (Red+Green+Blue) = 2+21+70=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #021546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021546 is #FDEAB9. Grayscale: #141414. Windows color (decimal): -16640698 or 4592898. OLE color: 4592898.

HSL color Cylindrical-coordinate representation of color #021546: hue angle of 223.24º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021546 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 21 70 -
CMYK 0.97 0.70 0 0.73
HSL 223.24º 0.94% 0.14% -
HSV(B) 223.24º 0.97% 0.27% -
XYZ 1.4 0.99 5.91 -
YUV 20.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 2 21 70 0.97 0.70 0 0.73 223.24 0.94 0.14
Hex 2 15 46 61 46 0 49 DF 5E E
Octal 2 25 106 141 106 0 111 337 136 16
Binary 10 10101 1000110 1100001 1000110 0 1001001 11011111 1011110 1110

Color Harmonies of #021546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021546

Black with #021546

Text Example


Text Example

White with #021546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021546; }

 p { color: rgb(2,21,70); }

 H1.HeaderClassName
 {
   color: #021546;
 }
 .AnyTagClassName
 {
   color: #021546;
 }
</style>

background-color css

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

 a { background-color: rgb(2,21,70); }

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

border-color css

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

 span { border-color: rgb(2,21,70); }

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