Html Css Color HEX #1F4398 Egyptian Blue

📋 copy color: '#1F4398'

red 31 ◦ green 67 ◦ blue 152

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

Shades of Egyptian Blue #1F4398

Tints of Egyptian Blue #1F4398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 12.4%
G = 26.8%
B = 60.8%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F4398 (or 0x1F4398) is known color: Egyptian Blue. HEX triplet: 1F, 43 and 98. RGB value is (31,67,152). Sum of RGB (Red+Green+Blue) = 31+67+152=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F4398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4398 is #E0BC67. Grayscale: #414141. Windows color (decimal): -14728296 or 9978655. OLE color: 9978655.

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

Color convert

RGB 31 67 152 -
CMYK 0.80 0.56 0 0.40
HSL 222.15º 0.66% 0.36% -
HSV(B) 222.15º 0.8% 0.6% -
XYZ 8.24 6.57 30.54 -
YUV 65.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 31 67 152 0.80 0.56 0 0.40 222.15 0.66 0.36
Hex 1F 43 98 50 38 0 28 DE 42 24
Octal 37 103 230 120 70 0 50 336 102 44
Binary 11111 1000011 10011000 1010000 111000 0 101000 11011110 1000010 100100

Color Harmonies of #1F4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4398

Black with #1F4398

Text Example


Text Example

White with #1F4398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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