Html Css Color HEX #1F4399 Egyptian Blue

📋 copy color: '#1F4399'

red 31 ◦ green 67 ◦ blue 153

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

Shades of Egyptian Blue #1F4399

Tints of Egyptian Blue #1F4399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

 BLUE value IS 153 (60.16% from 255) = 60.96%

R = 12.35%
G = 26.69%
B = 60.96%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F4399 (or 0x1F4399) is known color: Egyptian Blue. HEX triplet: 1F, 43 and 99. RGB value is (31,67,153). Sum of RGB (Red+Green+Blue) = 31+67+153=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F4399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4399 is #E0BC66. Grayscale: #414141. Windows color (decimal): -14728295 or 10044191. OLE color: 10044191.

HSL color Cylindrical-coordinate representation of color #1F4399: hue angle of 222.3º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F4399 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 67 153 -
CMYK 0.80 0.56 0 0.4
HSL 222.3º 0.66% 0.36% -
HSV(B) 222.3º 0.8% 0.6% -
XYZ 8.32 6.61 30.97 -
YUV 66.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 31 67 153 0.80 0.56 0 0.4 222.3 0.66 0.36
Hex 1F 43 99 50 38 0 28 DE 42 24
Octal 37 103 231 120 70 0 50 336 102 44
Binary 11111 1000011 10011001 1010000 111000 0 101000 11011110 1000010 100100

Color Harmonies of #1F4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4399

Black with #1F4399

Text Example


Text Example

White with #1F4399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,67,153); }

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

background-color css

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

 a { background-color: rgb(31,67,153); }

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

border-color css

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

 span { border-color: rgb(31,67,153); }

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