Html Css Color HEX #163DDB Persian Blue

📋 copy color: '#163DDB'

red 22 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #163DDB

Tints of Persian Blue #163DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

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

R = 7.28%
G = 20.2%
B = 72.52%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#163DDB (or 0x163DDB) is known color: Persian Blue. HEX triplet: 16, 3D and DB. RGB value is (22,61,219). Sum of RGB (Red+Green+Blue) = 22+61+219=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #163DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DDB is #E9C224. Grayscale: #424242. Windows color (decimal): -15319589 or 14368022. OLE color: 14368022.

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

Color convert

RGB 22 61 219 -
CMYK 0.90 0.72 0 0.14
HSL 228.12º 0.82% 0.47% -
HSV(B) 228.12º 0.9% 0.86% -
XYZ 14.79 8.62 67.9 -
YUV 67.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 22 61 219 0.90 0.72 0 0.14 228.12 0.82 0.47
Hex 16 3D DB 5A 48 0 E E4 52 2F
Octal 26 75 333 132 110 0 16 344 122 57
Binary 10110 111101 11011011 1011010 1001000 0 1110 11100100 1010010 101111

Color Harmonies of #163DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DDB

Black with #163DDB

Text Example


Text Example

White with #163DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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