Html Css Color HEX #1F22A0 Egyptian Blue

📋 copy color: '#1F22A0'

red 31 ◦ green 34 ◦ blue 160

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

Shades of Egyptian Blue #1F22A0

Tints of Egyptian Blue #1F22A0

RGB

 RED value IS 31 (12.5% from 255) = 13.78%

 GREEN value IS 34 (13.67% from 255) = 15.11%

 BLUE value IS 160 (62.89% from 255) = 71.11%

R = 13.78%
G = 15.11%
B = 71.11%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1F22A0 (or 0x1F22A0) is known color: Egyptian Blue. HEX triplet: 1F, 22 and A0. RGB value is (31,34,160). Sum of RGB (Red+Green+Blue) = 31+34+160=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 160 (62.89% from 255 or 71.11% from 225); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F22A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F22A0 is #E0DD5F. Grayscale: #2E2E2E. Windows color (decimal): -14736736 or 10494495. OLE color: 10494495.

HSL color Cylindrical-coordinate representation of color #1F22A0: hue angle of 238.6º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F22A0 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 31 34 160 -
CMYK 0.81 0.79 0 0.37
HSL 238.6º 0.68% 0.37% -
HSV(B) 238.6º 0.81% 0.63% -
XYZ 7.48 3.97 33.63 -
YUV 47.47 191.51 116.25 -
System Red Green Blue C M Y K H S L
Decimal 31 34 160 0.81 0.79 0 0.37 238.6 0.68 0.37
Hex 1F 22 A0 51 4F 0 25 EF 44 25
Octal 37 42 240 121 117 0 45 357 104 45
Binary 11111 100010 10100000 1010001 1001111 0 100101 11101111 1000100 100101

Color Harmonies of #1F22A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F22A0

Black with #1F22A0

Text Example


Text Example

White with #1F22A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F22A0; }

 p { color: rgb(31,34,160); }

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

background-color css

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

 a { background-color: rgb(31,34,160); }

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

border-color css

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

 span { border-color: rgb(31,34,160); }

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