Html Css Color HEX #161DAE Egyptian Blue

📋 copy color: '#161DAE'

red 22 ◦ green 29 ◦ blue 174

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

Shades of Egyptian Blue #161DAE

Tints of Egyptian Blue #161DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.89%

 BLUE value IS 174 (68.36% from 255) = 77.33%

R = 9.78%
G = 12.89%
B = 77.33%

CMYK

 C value IS 0.87

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#161DAE (or 0x161DAE) is known color: Egyptian Blue. HEX triplet: 16, 1D and AE. RGB value is (22,29,174). Sum of RGB (Red+Green+Blue) = 22+29+174=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #161DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161DAE is #E9E251. Grayscale: #2A2A2A. Windows color (decimal): -15327826 or 11410710. OLE color: 11410710.

HSL color Cylindrical-coordinate representation of color #161DAE: hue angle of 237.24º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #161DAE is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 29 174 -
CMYK 0.87 0.83 0 0.32
HSL 237.24º 0.78% 0.38% -
HSV(B) 237.24º 0.87% 0.68% -
XYZ 8.41 4.11 40.39 -
YUV 43.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 22 29 174 0.87 0.83 0 0.32 237.24 0.78 0.38
Hex 16 1D AE 57 53 0 20 ED 4E 26
Octal 26 35 256 127 123 0 40 355 116 46
Binary 10110 11101 10101110 1010111 1010011 0 100000 11101101 1001110 100110

Color Harmonies of #161DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161DAE

Black with #161DAE

Text Example


Text Example

White with #161DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161DAE; }

 p { color: rgb(22,29,174); }

 H1.HeaderClassName
 {
   color: #161DAE;
 }
 .AnyTagClassName
 {
   color: #161DAE;
 }
</style>

background-color css

<style>
 a { background-color: #161DAE; }

 a { background-color: rgb(22,29,174); }

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

border-color css

<style>
 span { border-color: #161DAE; }

 span { border-color: rgb(22,29,174); }

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