Html Css Color HEX #021E4A Sapphire

📋 copy color: '#021E4A'

red 2 ◦ green 30 ◦ blue 74

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

Shades of Sapphire #021E4A

Tints of Sapphire #021E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 69.81%

R = 1.89%
G = 28.3%
B = 69.81%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#021E4A (or 0x021E4A) is known color: Sapphire. HEX triplet: 02, 1E and 4A. RGB value is (2,30,74). Sum of RGB (Red+Green+Blue) = 2+30+74=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #021E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E4A is #FDE1B5. Grayscale: #1A1A1A. Windows color (decimal): -16638390 or 4857346. OLE color: 4857346.

HSL color Cylindrical-coordinate representation of color #021E4A: hue angle of 216.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E4A is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 30 74 -
CMYK 0.97 0.59 0 0.71
HSL 216.67º 0.95% 0.15% -
HSV(B) 216.67º 0.97% 0.29% -
XYZ 1.73 1.44 6.66 -
YUV 26.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 2 30 74 0.97 0.59 0 0.71 216.67 0.95 0.15
Hex 2 1E 4A 61 3B 0 47 D9 5F F
Octal 2 36 112 141 73 0 107 331 137 17
Binary 10 11110 1001010 1100001 111011 0 1000111 11011001 1011111 1111

Color Harmonies of #021E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E4A

Black with #021E4A

Text Example


Text Example

White with #021E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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