Html Css Color HEX #1F369A Egyptian Blue

📋 copy color: '#1F369A'

red 31 ◦ green 54 ◦ blue 154

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

Shades of Egyptian Blue #1F369A

Tints of Egyptian Blue #1F369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

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

R = 12.97%
G = 22.59%
B = 64.44%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F369A (or 0x1F369A) is known color: Egyptian Blue. HEX triplet: 1F, 36 and 9A. RGB value is (31,54,154). Sum of RGB (Red+Green+Blue) = 31+54+154=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F369A is #E0C965. Grayscale: #3A3A3A. Windows color (decimal): -14731622 or 10106399. OLE color: 10106399.

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

Color convert

RGB 31 54 154 -
CMYK 0.80 0.65 0 0.40
HSL 228.78º 0.66% 0.36% -
HSV(B) 228.78º 0.8% 0.6% -
XYZ 7.72 5.26 31.18 -
YUV 58.52 181.88 108.37 -
System Red Green Blue C M Y K H S L
Decimal 31 54 154 0.80 0.65 0 0.40 228.78 0.66 0.36
Hex 1F 36 9A 50 41 0 28 E5 42 24
Octal 37 66 232 120 101 0 50 345 102 44
Binary 11111 110110 10011010 1010000 1000001 0 101000 11100101 1000010 100100

Color Harmonies of #1F369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F369A

Black with #1F369A

Text Example


Text Example

White with #1F369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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