Html Css Color HEX #1F2699 Egyptian Blue

📋 copy color: '#1F2699'

red 31 ◦ green 38 ◦ blue 153

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

Shades of Egyptian Blue #1F2699

Tints of Egyptian Blue #1F2699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

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

R = 13.96%
G = 17.12%
B = 68.92%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1F2699 (or 0x1F2699) is known color: Egyptian Blue. HEX triplet: 1F, 26 and 99. RGB value is (31,38,153). Sum of RGB (Red+Green+Blue) = 31+38+153=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F2699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2699 is #E0D966. Grayscale: #303030. Windows color (decimal): -14735719 or 10036767. OLE color: 10036767.

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

Color convert

RGB 31 38 153 -
CMYK 0.80 0.75 0 0.4
HSL 236.56º 0.66% 0.36% -
HSV(B) 236.56º 0.8% 0.6% -
XYZ 7.01 3.98 30.54 -
YUV 49.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 31 38 153 0.80 0.75 0 0.4 236.56 0.66 0.36
Hex 1F 26 99 50 4B 0 28 ED 42 24
Octal 37 46 231 120 113 0 50 355 102 44
Binary 11111 100110 10011001 1010000 1001011 0 101000 11101101 1000010 100100

Color Harmonies of #1F2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2699

Black with #1F2699

Text Example


Text Example

White with #1F2699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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