Html Css Color HEX #163DA3 Egyptian Blue

📋 copy color: '#163DA3'

red 22 ◦ green 61 ◦ blue 163

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

Shades of Egyptian Blue #163DA3

Tints of Egyptian Blue #163DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 66.26%

R = 8.94%
G = 24.8%
B = 66.26%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#163DA3 (or 0x163DA3) is known color: Egyptian Blue. HEX triplet: 16, 3D and A3. RGB value is (22,61,163). Sum of RGB (Red+Green+Blue) = 22+61+163=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #163DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163DA3 is #E9C25C. Grayscale: #3C3C3C. Windows color (decimal): -15319645 or 10698006. OLE color: 10698006.

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

Color convert

RGB 22 61 163 -
CMYK 0.87 0.63 0 0.36
HSL 223.4º 0.76% 0.36% -
HSV(B) 223.4º 0.87% 0.64% -
XYZ 8.61 6.15 35.38 -
YUV 60.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 22 61 163 0.87 0.63 0 0.36 223.4 0.76 0.36
Hex 16 3D A3 57 3F 0 24 DF 4C 24
Octal 26 75 243 127 77 0 44 337 114 44
Binary 10110 111101 10100011 1010111 111111 0 100100 11011111 1001100 100100

Color Harmonies of #163DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DA3

Black with #163DA3

Text Example


Text Example

White with #163DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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