Html Css Color HEX #1F429D Egyptian Blue

📋 copy color: '#1F429D'

red 31 ◦ green 66 ◦ blue 157

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

Shades of Egyptian Blue #1F429D

Tints of Egyptian Blue #1F429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 12.2%
G = 25.98%
B = 61.81%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F429D (or 0x1F429D) is known color: Egyptian Blue. HEX triplet: 1F, 42 and 9D. RGB value is (31,66,157). Sum of RGB (Red+Green+Blue) = 31+66+157=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F429D is #E0BD62. Grayscale: #414141. Windows color (decimal): -14728547 or 10306079. OLE color: 10306079.

HSL color Cylindrical-coordinate representation of color #1F429D: hue angle of 223.33º 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 #1F429D is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 66 157 -
CMYK 0.80 0.58 0 0.38
HSL 223.33º 0.67% 0.37% -
HSV(B) 223.33º 0.8% 0.62% -
XYZ 8.6 6.62 32.72 -
YUV 65.91 179.4 103.1 -
System Red Green Blue C M Y K H S L
Decimal 31 66 157 0.80 0.58 0 0.38 223.33 0.67 0.37
Hex 1F 42 9D 50 3A 0 26 DF 43 25
Octal 37 102 235 120 72 0 46 337 103 45
Binary 11111 1000010 10011101 1010000 111010 0 100110 11011111 1000011 100101

Color Harmonies of #1F429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F429D

Black with #1F429D

Text Example


Text Example

White with #1F429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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