Html Css Color HEX #163AD0 Persian Blue

📋 copy color: '#163AD0'

red 22 ◦ green 58 ◦ blue 208

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

Shades of Persian Blue #163AD0

Tints of Persian Blue #163AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 72.22%

R = 7.64%
G = 20.14%
B = 72.22%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#163AD0 (or 0x163AD0) is known color: Persian Blue. HEX triplet: 16, 3A and D0. RGB value is (22,58,208). Sum of RGB (Red+Green+Blue) = 22+58+208=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 208 (81.64% from 255 or 72.22% from 288); Max value from RGB is 208 - color contains mainly: blue. Hex color #163AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163AD0 is #E9C52F. Grayscale: #3F3F3F. Windows color (decimal): -15320368 or 13646358. OLE color: 13646358.

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

Color convert

RGB 22 58 208 -
CMYK 0.89 0.72 0 0.18
HSL 228.39º 0.81% 0.45% -
HSV(B) 228.39º 0.89% 0.82% -
XYZ 13.23 7.75 60.47 -
YUV 64.34 209.07 97.8 -
System Red Green Blue C M Y K H S L
Decimal 22 58 208 0.89 0.72 0 0.18 228.39 0.81 0.45
Hex 16 3A D0 59 48 0 12 E4 51 2D
Octal 26 72 320 131 110 0 22 344 121 55
Binary 10110 111010 11010000 1011001 1001000 0 10010 11100100 1010001 101101

Color Harmonies of #163AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163AD0

Black with #163AD0

Text Example


Text Example

White with #163AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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