Html Css Color HEX #1F369D Egyptian Blue

📋 copy color: '#1F369D'

red 31 ◦ green 54 ◦ blue 157

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

Shades of Egyptian Blue #1F369D

Tints of Egyptian Blue #1F369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 12.81%
G = 22.31%
B = 64.88%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F369D (or 0x1F369D) is known color: Egyptian Blue. HEX triplet: 1F, 36 and 9D. RGB value is (31,54,157). Sum of RGB (Red+Green+Blue) = 31+54+157=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F369D is #E0C962. Grayscale: #3A3A3A. Windows color (decimal): -14731619 or 10303007. OLE color: 10303007.

HSL color Cylindrical-coordinate representation of color #1F369D: hue angle of 229.05º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F369D is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 54 157 -
CMYK 0.80 0.66 0 0.38
HSL 229.05º 0.67% 0.37% -
HSV(B) 229.05º 0.8% 0.62% -
XYZ 7.97 5.36 32.51 -
YUV 58.87 183.38 108.12 -
System Red Green Blue C M Y K H S L
Decimal 31 54 157 0.80 0.66 0 0.38 229.05 0.67 0.37
Hex 1F 36 9D 50 42 0 26 E5 43 25
Octal 37 66 235 120 102 0 46 345 103 45
Binary 11111 110110 10011101 1010000 1000010 0 100110 11100101 1000011 100101

Color Harmonies of #1F369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F369D

Black with #1F369D

Text Example


Text Example

White with #1F369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,157); }

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

background-color css

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

 a { background-color: rgb(31,54,157); }

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

border-color css

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

 span { border-color: rgb(31,54,157); }

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