Html Css Color HEX #163ADB Persian Blue

📋 copy color: '#163ADB'

red 22 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #163ADB

Tints of Persian Blue #163ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.24%

R = 7.36%
G = 19.4%
B = 73.24%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#163ADB (or 0x163ADB) is known color: Persian Blue. HEX triplet: 16, 3A and DB. RGB value is (22,58,219). Sum of RGB (Red+Green+Blue) = 22+58+219=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #163ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ADB is #E9C524. Grayscale: #404040. Windows color (decimal): -15320357 or 14367254. OLE color: 14367254.

HSL color Cylindrical-coordinate representation of color #163ADB: hue angle of 229.04º 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 #163ADB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 58 219 -
CMYK 0.90 0.74 0 0.14
HSL 229.04º 0.82% 0.47% -
HSV(B) 229.04º 0.9% 0.86% -
XYZ 14.63 8.31 67.85 -
YUV 65.59 214.57 96.91 -
System Red Green Blue C M Y K H S L
Decimal 22 58 219 0.90 0.74 0 0.14 229.04 0.82 0.47
Hex 16 3A DB 5A 4A 0 E E5 52 2F
Octal 26 72 333 132 112 0 16 345 122 57
Binary 10110 111010 11011011 1011010 1001010 0 1110 11100101 1010010 101111

Color Harmonies of #163ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163ADB

Black with #163ADB

Text Example


Text Example

White with #163ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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