Html Css Color HEX #021D46 Sapphire

📋 copy color: '#021D46'

red 2 ◦ green 29 ◦ blue 70

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

Shades of Sapphire #021D46

Tints of Sapphire #021D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.71%

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

R = 1.98%
G = 28.71%
B = 69.31%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021D46 (or 0x021D46) is known color: Sapphire. HEX triplet: 02, 1D and 46. RGB value is (2,29,70). Sum of RGB (Red+Green+Blue) = 2+29+70=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #021D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D46 is #FDE2B9. Grayscale: #191919. Windows color (decimal): -16638650 or 4594946. OLE color: 4594946.

HSL color Cylindrical-coordinate representation of color #021D46: hue angle of 216.18º 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 #021D46 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 29 70 -
CMYK 0.97 0.59 0 0.73
HSL 216.18º 0.94% 0.14% -
HSV(B) 216.18º 0.97% 0.27% -
XYZ 1.57 1.33 5.97 -
YUV 25.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 2 29 70 0.97 0.59 0 0.73 216.18 0.94 0.14
Hex 2 1D 46 61 3B 0 49 D8 5E E
Octal 2 35 106 141 73 0 111 330 136 16
Binary 10 11101 1000110 1100001 111011 0 1001001 11011000 1011110 1110

Color Harmonies of #021D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D46

Black with #021D46

Text Example


Text Example

White with #021D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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