Html Css Color HEX #163CAA Egyptian Blue

📋 copy color: '#163CAA'

red 22 ◦ green 60 ◦ blue 170

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

Shades of Egyptian Blue #163CAA

Tints of Egyptian Blue #163CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 8.73%
G = 23.81%
B = 67.46%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#163CAA (or 0x163CAA) is known color: Egyptian Blue. HEX triplet: 16, 3C and AA. RGB value is (22,60,170). Sum of RGB (Red+Green+Blue) = 22+60+170=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #163CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163CAA is #E9C355. Grayscale: #3C3C3C. Windows color (decimal): -15319894 or 11156502. OLE color: 11156502.

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

Color convert

RGB 22 60 170 -
CMYK 0.87 0.65 0 0.33
HSL 224.59º 0.77% 0.38% -
HSV(B) 224.59º 0.87% 0.67% -
XYZ 9.2 6.3 38.76 -
YUV 61.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 22 60 170 0.87 0.65 0 0.33 224.59 0.77 0.38
Hex 16 3C AA 57 41 0 21 E1 4D 26
Octal 26 74 252 127 101 0 41 341 115 46
Binary 10110 111100 10101010 1010111 1000001 0 100001 11100001 1001101 100110

Color Harmonies of #163CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CAA

Black with #163CAA

Text Example


Text Example

White with #163CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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