Html Css Color HEX #1F4298 Egyptian Blue

📋 copy color: '#1F4298'

red 31 ◦ green 66 ◦ blue 152

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

Shades of Egyptian Blue #1F4298

Tints of Egyptian Blue #1F4298

RGB

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

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

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

R = 12.45%
G = 26.51%
B = 61.04%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F4298 (or 0x1F4298) is known color: Egyptian Blue. HEX triplet: 1F, 42 and 98. RGB value is (31,66,152). Sum of RGB (Red+Green+Blue) = 31+66+152=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F4298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4298 is #E0BD67. Grayscale: #404040. Windows color (decimal): -14728552 or 9978399. OLE color: 9978399.

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

Color convert

RGB 31 66 152 -
CMYK 0.80 0.57 0 0.40
HSL 222.64º 0.66% 0.36% -
HSV(B) 222.64º 0.8% 0.6% -
XYZ 8.18 6.45 30.52 -
YUV 65.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 31 66 152 0.80 0.57 0 0.40 222.64 0.66 0.36
Hex 1F 42 98 50 39 0 28 DF 42 24
Octal 37 102 230 120 71 0 50 337 102 44
Binary 11111 1000010 10011000 1010000 111001 0 101000 11011111 1000010 100100

Color Harmonies of #1F4298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4298

Black with #1F4298

Text Example


Text Example

White with #1F4298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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