Html Css Color HEX #1F359B Egyptian Blue

📋 copy color: '#1F359B'

red 31 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #1F359B

Tints of Egyptian Blue #1F359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

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

R = 12.97%
G = 22.18%
B = 64.85%

CMYK

 C value IS 0.8

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F359B (or 0x1F359B) is known color: Egyptian Blue. HEX triplet: 1F, 35 and 9B. RGB value is (31,53,155). Sum of RGB (Red+Green+Blue) = 31+53+155=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F359B is #E0CA64. Grayscale: #393939. Windows color (decimal): -14731877 or 10171679. OLE color: 10171679.

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

Color convert

RGB 31 53 155 -
CMYK 0.8 0.66 0 0.39
HSL 229.35º 0.67% 0.36% -
HSV(B) 229.35º 0.8% 0.61% -
XYZ 7.75 5.2 31.61 -
YUV 58.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 31 53 155 0.8 0.66 0 0.39 229.35 0.67 0.36
Hex 1F 35 9B 50 42 0 27 E5 43 24
Octal 37 65 233 120 102 0 47 345 103 44
Binary 11111 110101 10011011 1010000 1000010 0 100111 11100101 1000011 100100

Color Harmonies of #1F359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F359B

Black with #1F359B

Text Example


Text Example

White with #1F359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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