Html Css Color HEX #1F309E Egyptian Blue

📋 copy color: '#1F309E'

red 31 ◦ green 48 ◦ blue 158

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

Shades of Egyptian Blue #1F309E

Tints of Egyptian Blue #1F309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

 BLUE value IS 158 (62.11% from 255) = 66.67%

R = 13.08%
G = 20.25%
B = 66.67%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F309E (or 0x1F309E) is known color: Egyptian Blue. HEX triplet: 1F, 30 and 9E. RGB value is (31,48,158). Sum of RGB (Red+Green+Blue) = 31+48+158=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F309E is #E0CF61. Grayscale: #373737. Windows color (decimal): -14733154 or 10367007. OLE color: 10367007.

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

Color convert

RGB 31 48 158 -
CMYK 0.80 0.70 0 0.38
HSL 231.97º 0.67% 0.37% -
HSV(B) 231.97º 0.8% 0.62% -
XYZ 7.79 4.87 32.88 -
YUV 55.46 185.87 110.56 -
System Red Green Blue C M Y K H S L
Decimal 31 48 158 0.80 0.70 0 0.38 231.97 0.67 0.37
Hex 1F 30 9E 50 46 0 26 E8 43 25
Octal 37 60 236 120 106 0 46 350 103 45
Binary 11111 110000 10011110 1010000 1000110 0 100110 11101000 1000011 100101

Color Harmonies of #1F309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F309E

Black with #1F309E

Text Example


Text Example

White with #1F309E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,158); }

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

background-color css

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

 a { background-color: rgb(31,48,158); }

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

border-color css

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

 span { border-color: rgb(31,48,158); }

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