Html Css Color HEX #163DE1 Persian Blue

📋 copy color: '#163DE1'

red 22 ◦ green 61 ◦ blue 225

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

Shades of Persian Blue #163DE1

Tints of Persian Blue #163DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 73.05%

R = 7.14%
G = 19.81%
B = 73.05%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#163DE1 (or 0x163DE1) is known color: Persian Blue. HEX triplet: 16, 3D and E1. RGB value is (22,61,225). Sum of RGB (Red+Green+Blue) = 22+61+225=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 225 (88.28% from 255 or 73.05% from 308); Max value from RGB is 225 - color contains mainly: blue. Hex color #163DE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DE1 is #E9C21E. Grayscale: #434343. Windows color (decimal): -15319583 or 14761238. OLE color: 14761238.

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

Color convert

RGB 22 61 225 -
CMYK 0.90 0.73 0 0.12
HSL 228.47º 0.82% 0.48% -
HSV(B) 228.47º 0.9% 0.88% -
XYZ 15.59 8.94 72.14 -
YUV 68.04 216.58 95.16 -
System Red Green Blue C M Y K H S L
Decimal 22 61 225 0.90 0.73 0 0.12 228.47 0.82 0.48
Hex 16 3D E1 5A 49 0 C E4 52 30
Octal 26 75 341 132 111 0 14 344 122 60
Binary 10110 111101 11100001 1011010 1001001 0 1100 11100100 1010010 110000

Color Harmonies of #163DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DE1

Black with #163DE1

Text Example


Text Example

White with #163DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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