Html Css Color HEX #1631AB Egyptian Blue

📋 copy color: '#1631AB'

red 22 ◦ green 49 ◦ blue 171

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

Shades of Egyptian Blue #1631AB

Tints of Egyptian Blue #1631AB

RGB

 RED value IS 22 (8.98% from 255) = 9.09%

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 171 (67.19% from 255) = 70.66%

R = 9.09%
G = 20.25%
B = 70.66%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1631AB (or 0x1631AB) is known color: Egyptian Blue. HEX triplet: 16, 31 and AB. RGB value is (22,49,171). Sum of RGB (Red+Green+Blue) = 22+49+171=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #1631AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1631AB is #E9CE54. Grayscale: #363636. Windows color (decimal): -15322709 or 11219222. OLE color: 11219222.

HSL color Cylindrical-coordinate representation of color #1631AB: hue angle of 229.13º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1631AB is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 22 49 171 -
CMYK 0.87 0.71 0 0.33
HSL 229.13º 0.77% 0.38% -
HSV(B) 229.13º 0.87% 0.67% -
XYZ 8.78 5.31 39.09 -
YUV 54.84 193.55 104.58 -
System Red Green Blue C M Y K H S L
Decimal 22 49 171 0.87 0.71 0 0.33 229.13 0.77 0.38
Hex 16 31 AB 57 47 0 21 E5 4D 26
Octal 26 61 253 127 107 0 41 345 115 46
Binary 10110 110001 10101011 1010111 1000111 0 100001 11100101 1001101 100110

Color Harmonies of #1631AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1631AB

Black with #1631AB

Text Example


Text Example

White with #1631AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1631AB; }

 p { color: rgb(22,49,171); }

 H1.HeaderClassName
 {
   color: #1631AB;
 }
 .AnyTagClassName
 {
   color: #1631AB;
 }
</style>

background-color css

<style>
 a { background-color: #1631AB; }

 a { background-color: rgb(22,49,171); }

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

border-color css

<style>
 span { border-color: #1631AB; }

 span { border-color: rgb(22,49,171); }

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