Html Css Color HEX #163ADC Persian Blue

📋 copy color: '#163ADC'

red 22 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #163ADC

Tints of Persian Blue #163ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 7.33%
G = 19.33%
B = 73.33%

CMYK

 C value IS 0.9

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#163ADC (or 0x163ADC) is known color: Persian Blue. HEX triplet: 16, 3A and DC. RGB value is (22,58,220). Sum of RGB (Red+Green+Blue) = 22+58+220=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #163ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ADC is #E9C523. Grayscale: #414141. Windows color (decimal): -15320356 or 14432790. OLE color: 14432790.

HSL color Cylindrical-coordinate representation of color #163ADC: hue angle of 229.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163ADC is Cyan = 0.9, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 58 220 -
CMYK 0.9 0.74 0 0.14
HSL 229.09º 0.82% 0.47% -
HSV(B) 229.09º 0.9% 0.86% -
XYZ 14.76 8.36 68.55 -
YUV 65.7 215.07 96.83 -
System Red Green Blue C M Y K H S L
Decimal 22 58 220 0.9 0.74 0 0.14 229.09 0.82 0.47
Hex 16 3A DC 5A 4A 0 E E5 52 2F
Octal 26 72 334 132 112 0 16 345 122 57
Binary 10110 111010 11011100 1011010 1001010 0 1110 11100101 1010010 101111

Color Harmonies of #163ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163ADC

Black with #163ADC

Text Example


Text Example

White with #163ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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