Html Css Color HEX #163BD8 Persian Blue

📋 copy color: '#163BD8'

red 22 ◦ green 59 ◦ blue 216

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

Shades of Persian Blue #163BD8

Tints of Persian Blue #163BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 72.73%

R = 7.41%
G = 19.87%
B = 72.73%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#163BD8 (or 0x163BD8) is known color: Persian Blue. HEX triplet: 16, 3B and D8. RGB value is (22,59,216). Sum of RGB (Red+Green+Blue) = 22+59+216=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 216 (84.77% from 255 or 72.73% from 297); Max value from RGB is 216 - color contains mainly: blue. Hex color #163BD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BD8 is #E9C427. Grayscale: #414141. Windows color (decimal): -15320104 or 14170902. OLE color: 14170902.

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

Color convert

RGB 22 59 216 -
CMYK 0.90 0.73 0 0.15
HSL 228.56º 0.82% 0.47% -
HSV(B) 228.56º 0.9% 0.85% -
XYZ 14.29 8.26 65.81 -
YUV 65.84 212.74 96.73 -
System Red Green Blue C M Y K H S L
Decimal 22 59 216 0.90 0.73 0 0.15 228.56 0.82 0.47
Hex 16 3B D8 5A 49 0 F E5 52 2F
Octal 26 73 330 132 111 0 17 345 122 57
Binary 10110 111011 11011000 1011010 1001001 0 1111 11100101 1010010 101111

Color Harmonies of #163BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163BD8

Black with #163BD8

Text Example


Text Example

White with #163BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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