Html Css Color HEX #021E46 Sapphire

📋 copy color: '#021E46'

red 2 ◦ green 30 ◦ blue 70

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

Shades of Sapphire #021E46

Tints of Sapphire #021E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

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

R = 1.96%
G = 29.41%
B = 68.63%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021E46 (or 0x021E46) is known color: Sapphire. HEX triplet: 02, 1E and 46. RGB value is (2,30,70). Sum of RGB (Red+Green+Blue) = 2+30+70=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #021E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E46 is #FDE1B9. Grayscale: #1A1A1A. Windows color (decimal): -16638394 or 4595202. OLE color: 4595202.

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

Color convert

RGB 2 30 70 -
CMYK 0.97 0.57 0 0.73
HSL 215.29º 0.94% 0.14% -
HSV(B) 215.29º 0.97% 0.27% -
XYZ 1.59 1.38 5.98 -
YUV 26.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 2 30 70 0.97 0.57 0 0.73 215.29 0.94 0.14
Hex 2 1E 46 61 39 0 49 D7 5E E
Octal 2 36 106 141 71 0 111 327 136 16
Binary 10 11110 1000110 1100001 111001 0 1001001 11010111 1011110 1110

Color Harmonies of #021E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E46

Black with #021E46

Text Example


Text Example

White with #021E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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