Html Css Color HEX #163DAB Egyptian Blue

📋 copy color: '#163DAB'

red 22 ◦ green 61 ◦ blue 171

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

Shades of Egyptian Blue #163DAB

Tints of Egyptian Blue #163DAB

RGB

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

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

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

R = 8.66%
G = 24.02%
B = 67.32%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#163DAB (or 0x163DAB) is known color: Egyptian Blue. HEX triplet: 16, 3D and AB. RGB value is (22,61,171). Sum of RGB (Red+Green+Blue) = 22+61+171=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #163DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163DAB is #E9C254. Grayscale: #3D3D3D. Windows color (decimal): -15319637 or 11222294. OLE color: 11222294.

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

Color convert

RGB 22 61 171 -
CMYK 0.87 0.64 0 0.33
HSL 224.3º 0.77% 0.38% -
HSV(B) 224.3º 0.87% 0.67% -
XYZ 9.35 6.45 39.28 -
YUV 61.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 22 61 171 0.87 0.64 0 0.33 224.3 0.77 0.38
Hex 16 3D AB 57 40 0 21 E0 4D 26
Octal 26 75 253 127 100 0 41 340 115 46
Binary 10110 111101 10101011 1010111 1000000 0 100001 11100000 1001101 100110

Color Harmonies of #163DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DAB

Black with #163DAB

Text Example


Text Example

White with #163DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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