Html Css Color HEX #1F229D Egyptian Blue

📋 copy color: '#1F229D'

red 31 ◦ green 34 ◦ blue 157

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

Shades of Egyptian Blue #1F229D

Tints of Egyptian Blue #1F229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 70.72%

R = 13.96%
G = 15.32%
B = 70.72%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F229D (or 0x1F229D) is known color: Egyptian Blue. HEX triplet: 1F, 22 and 9D. RGB value is (31,34,157). Sum of RGB (Red+Green+Blue) = 31+34+157=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F229D is #E0DD62. Grayscale: #2E2E2E. Windows color (decimal): -14736739 or 10297887. OLE color: 10297887.

HSL color Cylindrical-coordinate representation of color #1F229D: hue angle of 238.57º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F229D is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 34 157 -
CMYK 0.80 0.78 0 0.38
HSL 238.57º 0.67% 0.37% -
HSV(B) 238.57º 0.8% 0.62% -
XYZ 7.22 3.87 32.26 -
YUV 47.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 31 34 157 0.80 0.78 0 0.38 238.57 0.67 0.37
Hex 1F 22 9D 50 4E 0 26 EF 43 25
Octal 37 42 235 120 116 0 46 357 103 45
Binary 11111 100010 10011101 1010000 1001110 0 100110 11101111 1000011 100101

Color Harmonies of #1F229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F229D

Black with #1F229D

Text Example


Text Example

White with #1F229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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