Html Css Color HEX #1F2F99 Egyptian Blue

📋 copy color: '#1F2F99'

red 31 ◦ green 47 ◦ blue 153

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

Shades of Egyptian Blue #1F2F99

Tints of Egyptian Blue #1F2F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.35%

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 13.42%
G = 20.35%
B = 66.23%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F2F99 (or 0x1F2F99) is known color: Egyptian Blue. HEX triplet: 1F, 2F and 99. RGB value is (31,47,153). Sum of RGB (Red+Green+Blue) = 31+47+153=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F2F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2F99 is #E0D066. Grayscale: #353535. Windows color (decimal): -14733415 or 10039071. OLE color: 10039071.

HSL color Cylindrical-coordinate representation of color #1F2F99: hue angle of 232.13º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F2F99 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 47 153 -
CMYK 0.80 0.69 0 0.4
HSL 232.13º 0.66% 0.36% -
HSV(B) 232.13º 0.8% 0.6% -
XYZ 7.33 4.62 30.64 -
YUV 54.3 183.7 111.38 -
System Red Green Blue C M Y K H S L
Decimal 31 47 153 0.80 0.69 0 0.4 232.13 0.66 0.36
Hex 1F 2F 99 50 45 0 28 E8 42 24
Octal 37 57 231 120 105 0 50 350 102 44
Binary 11111 101111 10011001 1010000 1000101 0 101000 11101000 1000010 100100

Color Harmonies of #1F2F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2F99

Black with #1F2F99

Text Example


Text Example

White with #1F2F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,47,153); }

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

background-color css

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

 a { background-color: rgb(31,47,153); }

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

border-color css

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

 span { border-color: rgb(31,47,153); }

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