Html Css Color HEX #163FDB Persian Blue

📋 copy color: '#163FDB'

red 22 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #163FDB

Tints of Persian Blue #163FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 20.72%

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

R = 7.24%
G = 20.72%
B = 72.04%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#163FDB (or 0x163FDB) is known color: Persian Blue. HEX triplet: 16, 3F and DB. RGB value is (22,63,219). Sum of RGB (Red+Green+Blue) = 22+63+219=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #163FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FDB is #E9C024. Grayscale: #434343. Windows color (decimal): -15319077 or 14368534. OLE color: 14368534.

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

Color convert

RGB 22 63 219 -
CMYK 0.90 0.71 0 0.14
HSL 227.51º 0.82% 0.47% -
HSV(B) 227.51º 0.9% 0.86% -
XYZ 14.89 8.84 67.94 -
YUV 68.53 212.92 94.82 -
System Red Green Blue C M Y K H S L
Decimal 22 63 219 0.90 0.71 0 0.14 227.51 0.82 0.47
Hex 16 3F DB 5A 47 0 E E4 52 2F
Octal 26 77 333 132 107 0 16 344 122 57
Binary 10110 111111 11011011 1011010 1000111 0 1110 11100100 1010010 101111

Color Harmonies of #163FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163FDB

Black with #163FDB

Text Example


Text Example

White with #163FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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