Html Css Color HEX #1F349A Egyptian Blue

📋 copy color: '#1F349A'

red 31 ◦ green 52 ◦ blue 154

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

Shades of Egyptian Blue #1F349A

Tints of Egyptian Blue #1F349A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 13.08%
G = 21.94%
B = 64.98%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F349A (or 0x1F349A) is known color: Egyptian Blue. HEX triplet: 1F, 34 and 9A. RGB value is (31,52,154). Sum of RGB (Red+Green+Blue) = 31+52+154=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F349A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F349A is #E0CB65. Grayscale: #383838. Windows color (decimal): -14732134 or 10105887. OLE color: 10105887.

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

Color convert

RGB 31 52 154 -
CMYK 0.80 0.66 0 0.40
HSL 229.76º 0.66% 0.36% -
HSV(B) 229.76º 0.8% 0.6% -
XYZ 7.63 5.08 31.15 -
YUV 57.35 182.54 109.21 -
System Red Green Blue C M Y K H S L
Decimal 31 52 154 0.80 0.66 0 0.40 229.76 0.66 0.36
Hex 1F 34 9A 50 42 0 28 E6 42 24
Octal 37 64 232 120 102 0 50 346 102 44
Binary 11111 110100 10011010 1010000 1000010 0 101000 11100110 1000010 100100

Color Harmonies of #1F349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F349A

Black with #1F349A

Text Example


Text Example

White with #1F349A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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