Html Css Color HEX #163BDD Persian Blue

📋 copy color: '#163BDD'

red 22 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #163BDD

Tints of Persian Blue #163BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 7.28%
G = 19.54%
B = 73.18%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#163BDD (or 0x163BDD) is known color: Persian Blue. HEX triplet: 16, 3B and DD. RGB value is (22,59,221). Sum of RGB (Red+Green+Blue) = 22+59+221=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #163BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BDD is #E9C422. Grayscale: #414141. Windows color (decimal): -15320099 or 14498582. OLE color: 14498582.

HSL color Cylindrical-coordinate representation of color #163BDD: hue angle of 228.84º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163BDD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 59 221 -
CMYK 0.90 0.73 0 0.13
HSL 228.84º 0.82% 0.48% -
HSV(B) 228.84º 0.9% 0.87% -
XYZ 14.95 8.52 69.26 -
YUV 66.41 215.24 96.33 -
System Red Green Blue C M Y K H S L
Decimal 22 59 221 0.90 0.73 0 0.13 228.84 0.82 0.48
Hex 16 3B DD 5A 49 0 D E5 52 30
Octal 26 73 335 132 111 0 15 345 122 60
Binary 10110 111011 11011101 1011010 1001001 0 1101 11100101 1010010 110000

Color Harmonies of #163BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163BDD

Black with #163BDD

Text Example


Text Example

White with #163BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,59,221); }

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

background-color css

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

 a { background-color: rgb(22,59,221); }

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

border-color css

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

 span { border-color: rgb(22,59,221); }

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