Html Css Color HEX #1F449A Egyptian Blue

📋 copy color: '#1F449A'

red 31 ◦ green 68 ◦ blue 154

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

Shades of Egyptian Blue #1F449A

Tints of Egyptian Blue #1F449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 12.25%
G = 26.88%
B = 60.87%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F449A (or 0x1F449A) is known color: Egyptian Blue. HEX triplet: 1F, 44 and 9A. RGB value is (31,68,154). Sum of RGB (Red+Green+Blue) = 31+68+154=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F449A is #E0BB65. Grayscale: #424242. Windows color (decimal): -14728038 or 10109983. OLE color: 10109983.

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

Color convert

RGB 31 68 154 -
CMYK 0.80 0.56 0 0.40
HSL 221.95º 0.66% 0.36% -
HSV(B) 221.95º 0.8% 0.6% -
XYZ 8.46 6.76 31.43 -
YUV 66.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 31 68 154 0.80 0.56 0 0.40 221.95 0.66 0.36
Hex 1F 44 9A 50 38 0 28 DE 42 24
Octal 37 104 232 120 70 0 50 336 102 44
Binary 11111 1000100 10011010 1010000 111000 0 101000 11011110 1000010 100100

Color Harmonies of #1F449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F449A

Black with #1F449A

Text Example


Text Example

White with #1F449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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