Html Css Color HEX #163CA1 Egyptian Blue

📋 copy color: '#163CA1'

red 22 ◦ green 60 ◦ blue 161

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

Shades of Egyptian Blue #163CA1

Tints of Egyptian Blue #163CA1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.69%

 BLUE value IS 161 (63.28% from 255) = 66.26%

R = 9.05%
G = 24.69%
B = 66.26%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#163CA1 (or 0x163CA1) is known color: Egyptian Blue. HEX triplet: 16, 3C and A1. RGB value is (22,60,161). Sum of RGB (Red+Green+Blue) = 22+60+161=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #163CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CA1 is #E9C35E. Grayscale: #3B3B3B. Windows color (decimal): -15319903 or 10566678. OLE color: 10566678.

HSL color Cylindrical-coordinate representation of color #163CA1: hue angle of 223.6º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163CA1 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 22 60 161 -
CMYK 0.86 0.63 0 0.37
HSL 223.6º 0.76% 0.36% -
HSV(B) 223.6º 0.86% 0.63% -
XYZ 8.38 5.98 34.43 -
YUV 60.15 184.91 100.79 -
System Red Green Blue C M Y K H S L
Decimal 22 60 161 0.86 0.63 0 0.37 223.6 0.76 0.36
Hex 16 3C A1 56 3F 0 25 E0 4C 24
Octal 26 74 241 126 77 0 45 340 114 44
Binary 10110 111100 10100001 1010110 111111 0 100101 11100000 1001100 100100

Color Harmonies of #163CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CA1

Black with #163CA1

Text Example


Text Example

White with #163CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,60,161); }

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

background-color css

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

 a { background-color: rgb(22,60,161); }

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

border-color css

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

 span { border-color: rgb(22,60,161); }

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