Html Css Color HEX #021E74 Sapphire

📋 copy color: '#021E74'

red 2 ◦ green 30 ◦ blue 116

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

Shades of Sapphire #021E74

Tints of Sapphire #021E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 78.38%

R = 1.35%
G = 20.27%
B = 78.38%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021E74 (or 0x021E74) is known color: Sapphire. HEX triplet: 02, 1E and 74. RGB value is (2,30,116). Sum of RGB (Red+Green+Blue) = 2+30+116=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #021E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E74 is #FDE18B. Grayscale: #1F1F1F. Windows color (decimal): -16638348 or 7609858. OLE color: 7609858.

HSL color Cylindrical-coordinate representation of color #021E74: hue angle of 225.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E74 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 30 116 -
CMYK 0.98 0.74 0 0.55
HSL 225.26º 0.97% 0.23% -
HSV(B) 225.26º 0.98% 0.45% -
XYZ 3.64 2.2 16.76 -
YUV 31.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 2 30 116 0.98 0.74 0 0.55 225.26 0.97 0.23
Hex 2 1E 74 62 4A 0 37 E1 61 17
Octal 2 36 164 142 112 0 67 341 141 27
Binary 10 11110 1110100 1100010 1001010 0 110111 11100001 1100001 10111

Color Harmonies of #021E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E74

Black with #021E74

Text Example


Text Example

White with #021E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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