Html Css Color HEX #163DAE Egyptian Blue

📋 copy color: '#163DAE'

red 22 ◦ green 61 ◦ blue 174

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

Shades of Egyptian Blue #163DAE

Tints of Egyptian Blue #163DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

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

R = 8.56%
G = 23.74%
B = 67.7%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#163DAE (or 0x163DAE) is known color: Egyptian Blue. HEX triplet: 16, 3D and AE. RGB value is (22,61,174). Sum of RGB (Red+Green+Blue) = 22+61+174=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #163DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163DAE is #E9C251. Grayscale: #3D3D3D. Windows color (decimal): -15319634 or 11418902. OLE color: 11418902.

HSL color Cylindrical-coordinate representation of color #163DAE: hue angle of 224.61º 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 #163DAE is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 61 174 -
CMYK 0.87 0.65 0 0.32
HSL 224.61º 0.78% 0.38% -
HSV(B) 224.61º 0.87% 0.68% -
XYZ 9.64 6.56 40.8 -
YUV 62.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 22 61 174 0.87 0.65 0 0.32 224.61 0.78 0.38
Hex 16 3D AE 57 41 0 20 E1 4E 26
Octal 26 75 256 127 101 0 40 341 116 46
Binary 10110 111101 10101110 1010111 1000001 0 100000 11100001 1001110 100110

Color Harmonies of #163DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DAE

Black with #163DAE

Text Example


Text Example

White with #163DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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