Html Css Color HEX #1F309F Egyptian Blue

📋 copy color: '#1F309F'

red 31 ◦ green 48 ◦ blue 159

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

Shades of Egyptian Blue #1F309F

Tints of Egyptian Blue #1F309F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 13.03%
G = 20.17%
B = 66.81%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F309F (or 0x1F309F) is known color: Egyptian Blue. HEX triplet: 1F, 30 and 9F. RGB value is (31,48,159). Sum of RGB (Red+Green+Blue) = 31+48+159=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F309F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F309F is #E0CF60. Grayscale: #373737. Windows color (decimal): -14733153 or 10432543. OLE color: 10432543.

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

Color convert

RGB 31 48 159 -
CMYK 0.81 0.70 0 0.38
HSL 232.03º 0.67% 0.37% -
HSV(B) 232.03º 0.81% 0.62% -
XYZ 7.88 4.91 33.33 -
YUV 55.57 186.37 110.47 -
System Red Green Blue C M Y K H S L
Decimal 31 48 159 0.81 0.70 0 0.38 232.03 0.67 0.37
Hex 1F 30 9F 51 46 0 26 E8 43 25
Octal 37 60 237 121 106 0 46 350 103 45
Binary 11111 110000 10011111 1010001 1000110 0 100110 11101000 1000011 100101

Color Harmonies of #1F309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F309F

Black with #1F309F

Text Example


Text Example

White with #1F309F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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