Html Css Color HEX #163DAD Egyptian Blue

📋 copy color: '#163DAD'

red 22 ◦ green 61 ◦ blue 173

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

Shades of Egyptian Blue #163DAD

Tints of Egyptian Blue #163DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 8.59%
G = 23.83%
B = 67.58%

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

#163DAD (or 0x163DAD) is known color: Egyptian Blue. HEX triplet: 16, 3D and AD. RGB value is (22,61,173). Sum of RGB (Red+Green+Blue) = 22+61+173=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #163DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163DAD is #E9C252. Grayscale: #3D3D3D. Windows color (decimal): -15319635 or 11353366. OLE color: 11353366.

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

Color convert

RGB 22 61 173 -
CMYK 0.87 0.65 0 0.32
HSL 224.5º 0.77% 0.38% -
HSV(B) 224.5º 0.87% 0.68% -
XYZ 9.54 6.53 40.29 -
YUV 62.11 190.58 99.39 -
System Red Green Blue C M Y K H S L
Decimal 22 61 173 0.87 0.65 0 0.32 224.5 0.77 0.38
Hex 16 3D AD 57 41 0 20 E1 4D 26
Octal 26 75 255 127 101 0 40 341 115 46
Binary 10110 111101 10101101 1010111 1000001 0 100000 11100001 1001101 100110

Color Harmonies of #163DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DAD

Black with #163DAD

Text Example


Text Example

White with #163DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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