Html Css Color HEX #1F399B Egyptian Blue

📋 copy color: '#1F399B'

red 31 ◦ green 57 ◦ blue 155

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

Shades of Egyptian Blue #1F399B

Tints of Egyptian Blue #1F399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 12.76%
G = 23.46%
B = 63.79%

CMYK

 C value IS 0.8

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F399B (or 0x1F399B) is known color: Egyptian Blue. HEX triplet: 1F, 39 and 9B. RGB value is (31,57,155). Sum of RGB (Red+Green+Blue) = 31+57+155=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F399B is #E0C664. Grayscale: #3B3B3B. Windows color (decimal): -14730853 or 10172703. OLE color: 10172703.

HSL color Cylindrical-coordinate representation of color #1F399B: hue angle of 227.42º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F399B is Cyan = 0.8, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 57 155 -
CMYK 0.8 0.63 0 0.39
HSL 227.42º 0.67% 0.36% -
HSV(B) 227.42º 0.8% 0.61% -
XYZ 7.94 5.58 31.67 -
YUV 60.4 181.39 107.03 -
System Red Green Blue C M Y K H S L
Decimal 31 57 155 0.8 0.63 0 0.39 227.42 0.67 0.36
Hex 1F 39 9B 50 3F 0 27 E3 43 24
Octal 37 71 233 120 77 0 47 343 103 44
Binary 11111 111001 10011011 1010000 111111 0 100111 11100011 1000011 100100

Color Harmonies of #1F399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F399B

Black with #1F399B

Text Example


Text Example

White with #1F399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,155); }

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

background-color css

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

 a { background-color: rgb(31,57,155); }

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

border-color css

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

 span { border-color: rgb(31,57,155); }

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