Html Css Color HEX #1F469D Egyptian Blue

📋 copy color: '#1F469D'

red 31 ◦ green 70 ◦ blue 157

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

Shades of Egyptian Blue #1F469D

Tints of Egyptian Blue #1F469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

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

R = 12.02%
G = 27.13%
B = 60.85%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F469D (or 0x1F469D) is known color: Egyptian Blue. HEX triplet: 1F, 46 and 9D. RGB value is (31,70,157). Sum of RGB (Red+Green+Blue) = 31+70+157=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F469D is #E0B962. Grayscale: #434343. Windows color (decimal): -14727523 or 10307103. OLE color: 10307103.

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

Color convert

RGB 31 70 157 -
CMYK 0.80 0.55 0 0.38
HSL 221.43º 0.67% 0.37% -
HSV(B) 221.43º 0.8% 0.62% -
XYZ 8.84 7.11 32.8 -
YUV 68.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 31 70 157 0.80 0.55 0 0.38 221.43 0.67 0.37
Hex 1F 46 9D 50 37 0 26 DD 43 25
Octal 37 106 235 120 67 0 46 335 103 45
Binary 11111 1000110 10011101 1010000 110111 0 100110 11011101 1000011 100101

Color Harmonies of #1F469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F469D

Black with #1F469D

Text Example


Text Example

White with #1F469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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