Html Css Color HEX #163DCD Persian Blue

📋 copy color: '#163DCD'

red 22 ◦ green 61 ◦ blue 205

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

Shades of Persian Blue #163DCD

Tints of Persian Blue #163DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 7.64%
G = 21.18%
B = 71.18%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#163DCD (or 0x163DCD) is known color: Persian Blue. HEX triplet: 16, 3D and CD. RGB value is (22,61,205). Sum of RGB (Red+Green+Blue) = 22+61+205=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #163DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DCD is #E9C232. Grayscale: #414141. Windows color (decimal): -15319603 or 13450518. OLE color: 13450518.

HSL color Cylindrical-coordinate representation of color #163DCD: hue angle of 227.21º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #163DCD is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 61 205 -
CMYK 0.89 0.70 0 0.20
HSL 227.21º 0.81% 0.45% -
HSV(B) 227.21º 0.89% 0.8% -
XYZ 13.02 7.92 58.6 -
YUV 65.76 206.58 96.79 -
System Red Green Blue C M Y K H S L
Decimal 22 61 205 0.89 0.70 0 0.20 227.21 0.81 0.45
Hex 16 3D CD 59 46 0 14 E3 51 2D
Octal 26 75 315 131 106 0 24 343 121 55
Binary 10110 111101 11001101 1011001 1000110 0 10100 11100011 1010001 101101

Color Harmonies of #163DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DCD

Black with #163DCD

Text Example


Text Example

White with #163DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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