Html Css Color HEX #163ACC Persian Blue

📋 copy color: '#163ACC'

red 22 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #163ACC

Tints of Persian Blue #163ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 204 (80.08% from 255) = 71.83%

R = 7.75%
G = 20.42%
B = 71.83%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#163ACC (or 0x163ACC) is known color: Persian Blue. HEX triplet: 16, 3A and CC. RGB value is (22,58,204). Sum of RGB (Red+Green+Blue) = 22+58+204=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #163ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ACC is #E9C533. Grayscale: #3F3F3F. Windows color (decimal): -15320372 or 13384214. OLE color: 13384214.

HSL color Cylindrical-coordinate representation of color #163ACC: hue angle of 228.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163ACC is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 22 58 204 -
CMYK 0.89 0.72 0 0.2
HSL 228.13º 0.81% 0.44% -
HSV(B) 228.13º 0.89% 0.8% -
XYZ 12.74 7.56 57.91 -
YUV 63.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 22 58 204 0.89 0.72 0 0.2 228.13 0.81 0.44
Hex 16 3A CC 59 48 0 14 E4 51 2C
Octal 26 72 314 131 110 0 24 344 121 54
Binary 10110 111010 11001100 1011001 1001000 0 10100 11100100 1010001 101100

Color Harmonies of #163ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163ACC

Black with #163ACC

Text Example


Text Example

White with #163ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,58,204); }

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

background-color css

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

 a { background-color: rgb(22,58,204); }

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

border-color css

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

 span { border-color: rgb(22,58,204); }

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