Html Css Color HEX #1B1FA3 Egyptian Blue

📋 copy color: '#1B1FA3'

red 27 ◦ green 31 ◦ blue 163

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

Shades of Egyptian Blue #1B1FA3

Tints of Egyptian Blue #1B1FA3

RGB

 RED value IS 27 (10.94% from 255) = 12.22%

 GREEN value IS 31 (12.5% from 255) = 14.03%

 BLUE value IS 163 (64.06% from 255) = 73.76%

R = 12.22%
G = 14.03%
B = 73.76%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1B1FA3 (or 0x1B1FA3) is known color: Egyptian Blue. HEX triplet: 1B, 1F and A3. RGB value is (27,31,163). Sum of RGB (Red+Green+Blue) = 27+31+163=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 163 (64.06% from 255 or 73.76% from 221); Max value from RGB is 163 - color contains mainly: blue. Hex color #1B1FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1FA3 is #E4E05C. Grayscale: #2C2C2C. Windows color (decimal): -14999645 or 10690331. OLE color: 10690331.

HSL color Cylindrical-coordinate representation of color #1B1FA3: hue angle of 238.24º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B1FA3 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 27 31 163 -
CMYK 0.83 0.81 0 0.36
HSL 238.24º 0.72% 0.37% -
HSV(B) 238.24º 0.83% 0.64% -
XYZ 7.55 3.86 35 -
YUV 44.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 27 31 163 0.83 0.81 0 0.36 238.24 0.72 0.37
Hex 1B 1F A3 53 51 0 24 EE 48 25
Octal 33 37 243 123 121 0 44 356 110 45
Binary 11011 11111 10100011 1010011 1010001 0 100100 11101110 1001000 100101

Color Harmonies of #1B1FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1FA3

Black with #1B1FA3

Text Example


Text Example

White with #1B1FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,31,163); }

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

background-color css

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

 a { background-color: rgb(27,31,163); }

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

border-color css

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

 span { border-color: rgb(27,31,163); }

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