Html Css Color HEX #163CDB Persian Blue

📋 copy color: '#163CDB'

red 22 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #163CDB

Tints of Persian Blue #163CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

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

R = 7.31%
G = 19.93%
B = 72.76%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#163CDB (or 0x163CDB) is known color: Persian Blue. HEX triplet: 16, 3C and DB. RGB value is (22,60,219). Sum of RGB (Red+Green+Blue) = 22+60+219=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #163CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CDB is #E9C324. Grayscale: #424242. Windows color (decimal): -15319845 or 14367766. OLE color: 14367766.

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

Color convert

RGB 22 60 219 -
CMYK 0.90 0.73 0 0.14
HSL 228.43º 0.82% 0.47% -
HSV(B) 228.43º 0.9% 0.86% -
XYZ 14.73 8.52 67.89 -
YUV 66.76 213.91 96.07 -
System Red Green Blue C M Y K H S L
Decimal 22 60 219 0.90 0.73 0 0.14 228.43 0.82 0.47
Hex 16 3C DB 5A 49 0 E E4 52 2F
Octal 26 74 333 132 111 0 16 344 122 57
Binary 10110 111100 11011011 1011010 1001001 0 1110 11100100 1010010 101111

Color Harmonies of #163CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CDB

Black with #163CDB

Text Example


Text Example

White with #163CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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