Html Css Color HEX #1F439D Egyptian Blue

📋 copy color: '#1F439D'

red 31 ◦ green 67 ◦ blue 157

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

Shades of Egyptian Blue #1F439D

Tints of Egyptian Blue #1F439D

RGB

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

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

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

R = 12.16%
G = 26.27%
B = 61.57%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F439D (or 0x1F439D) is known color: Egyptian Blue. HEX triplet: 1F, 43 and 9D. RGB value is (31,67,157). Sum of RGB (Red+Green+Blue) = 31+67+157=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F439D is #E0BC62. Grayscale: #424242. Windows color (decimal): -14728291 or 10306335. OLE color: 10306335.

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

Color convert

RGB 31 67 157 -
CMYK 0.80 0.57 0 0.38
HSL 222.86º 0.67% 0.37% -
HSV(B) 222.86º 0.8% 0.62% -
XYZ 8.66 6.74 32.74 -
YUV 66.5 179.07 102.68 -
System Red Green Blue C M Y K H S L
Decimal 31 67 157 0.80 0.57 0 0.38 222.86 0.67 0.37
Hex 1F 43 9D 50 39 0 26 DF 43 25
Octal 37 103 235 120 71 0 46 337 103 45
Binary 11111 1000011 10011101 1010000 111001 0 100110 11011111 1000011 100101

Color Harmonies of #1F439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F439D

Black with #1F439D

Text Example


Text Example

White with #1F439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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