Html Css Color HEX #1F378C Egyptian Blue

📋 copy color: '#1F378C'

red 31 ◦ green 55 ◦ blue 140

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

Shades of Egyptian Blue #1F378C

Tints of Egyptian Blue #1F378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

 BLUE value IS 140 (55.08% from 255) = 61.95%

R = 13.72%
G = 24.34%
B = 61.95%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F378C (or 0x1F378C) is known color: Egyptian Blue. HEX triplet: 1F, 37 and 8C. RGB value is (31,55,140). Sum of RGB (Red+Green+Blue) = 31+55+140=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F378C is #E0C873. Grayscale: #393939. Windows color (decimal): -14731380 or 9189151. OLE color: 9189151.

HSL color Cylindrical-coordinate representation of color #1F378C: hue angle of 226.79º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F378C is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 55 140 -
CMYK 0.78 0.61 0 0.45
HSL 226.79º 0.64% 0.34% -
HSV(B) 226.79º 0.78% 0.55% -
XYZ 6.66 4.92 25.41 -
YUV 57.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 31 55 140 0.78 0.61 0 0.45 226.79 0.64 0.34
Hex 1F 37 8C 4E 3D 0 2D E3 40 22
Octal 37 67 214 116 75 0 55 343 100 42
Binary 11111 110111 10001100 1001110 111101 0 101101 11100011 1000000 100010

Color Harmonies of #1F378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F378C

Black with #1F378C

Text Example


Text Example

White with #1F378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,140); }

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

background-color css

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

 a { background-color: rgb(31,55,140); }

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

border-color css

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

 span { border-color: rgb(31,55,140); }

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