Html Css Color HEX #1F419C Egyptian Blue

📋 copy color: '#1F419C'

red 31 ◦ green 65 ◦ blue 156

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

Shades of Egyptian Blue #1F419C

Tints of Egyptian Blue #1F419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

 BLUE value IS 156 (61.33% from 255) = 61.9%

R = 12.3%
G = 25.79%
B = 61.9%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F419C (or 0x1F419C) is known color: Egyptian Blue. HEX triplet: 1F, 41 and 9C. RGB value is (31,65,156). Sum of RGB (Red+Green+Blue) = 31+65+156=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F419C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F419C is #E0BE63. Grayscale: #404040. Windows color (decimal): -14728804 or 10240287. OLE color: 10240287.

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

Color convert

RGB 31 65 156 -
CMYK 0.80 0.58 0 0.39
HSL 223.68º 0.67% 0.37% -
HSV(B) 223.68º 0.8% 0.61% -
XYZ 8.46 6.47 32.26 -
YUV 65.21 179.24 103.6 -
System Red Green Blue C M Y K H S L
Decimal 31 65 156 0.80 0.58 0 0.39 223.68 0.67 0.37
Hex 1F 41 9C 50 3A 0 27 E0 43 25
Octal 37 101 234 120 72 0 47 340 103 45
Binary 11111 1000001 10011100 1010000 111010 0 100111 11100000 1000011 100101

Color Harmonies of #1F419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F419C

Black with #1F419C

Text Example


Text Example

White with #1F419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,156); }

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

background-color css

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

 a { background-color: rgb(31,65,156); }

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

border-color css

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

 span { border-color: rgb(31,65,156); }

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