Html Css Color HEX #1F399A Egyptian Blue

📋 copy color: '#1F399A'

red 31 ◦ green 57 ◦ blue 154

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

Shades of Egyptian Blue #1F399A

Tints of Egyptian Blue #1F399A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.64%

R = 12.81%
G = 23.55%
B = 63.64%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F399A (or 0x1F399A) is known color: Egyptian Blue. HEX triplet: 1F, 39 and 9A. RGB value is (31,57,154). Sum of RGB (Red+Green+Blue) = 31+57+154=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F399A is #E0C665. Grayscale: #3B3B3B. Windows color (decimal): -14730854 or 10107167. OLE color: 10107167.

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

Color convert

RGB 31 57 154 -
CMYK 0.80 0.63 0 0.40
HSL 227.32º 0.66% 0.36% -
HSV(B) 227.32º 0.8% 0.6% -
XYZ 7.86 5.55 31.23 -
YUV 60.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 31 57 154 0.80 0.63 0 0.40 227.32 0.66 0.36
Hex 1F 39 9A 50 3F 0 28 E3 42 24
Octal 37 71 232 120 77 0 50 343 102 44
Binary 11111 111001 10011010 1010000 111111 0 101000 11100011 1000010 100100

Color Harmonies of #1F399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F399A

Black with #1F399A

Text Example


Text Example

White with #1F399A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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