Html Css Color HEX #1F409B Egyptian Blue

📋 copy color: '#1F409B'

red 31 ◦ green 64 ◦ blue 155

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

Shades of Egyptian Blue #1F409B

Tints of Egyptian Blue #1F409B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

 BLUE value IS 155 (60.94% from 255) = 62%

R = 12.4%
G = 25.6%
B = 62%

CMYK

 C value IS 0.8

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F409B (or 0x1F409B) is known color: Egyptian Blue. HEX triplet: 1F, 40 and 9B. RGB value is (31,64,155). Sum of RGB (Red+Green+Blue) = 31+64+155=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F409B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F409B is #E0BF64. Grayscale: #404040. Windows color (decimal): -14729061 or 10174495. OLE color: 10174495.

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

Color convert

RGB 31 64 155 -
CMYK 0.8 0.59 0 0.39
HSL 224.03º 0.67% 0.36% -
HSV(B) 224.03º 0.8% 0.61% -
XYZ 8.31 6.32 31.79 -
YUV 64.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 31 64 155 0.8 0.59 0 0.39 224.03 0.67 0.36
Hex 1F 40 9B 50 3B 0 27 E0 43 24
Octal 37 100 233 120 73 0 47 340 103 44
Binary 11111 1000000 10011011 1010000 111011 0 100111 11100000 1000011 100100

Color Harmonies of #1F409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F409B

Black with #1F409B

Text Example


Text Example

White with #1F409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,64,155); }

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

background-color css

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

 a { background-color: rgb(31,64,155); }

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

border-color css

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

 span { border-color: rgb(31,64,155); }

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