Html Css Color HEX #163CCD Persian Blue

📋 copy color: '#163CCD'

red 22 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #163CCD

Tints of Persian Blue #163CCD

RGB

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

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

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

R = 7.67%
G = 20.91%
B = 71.43%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#163CCD (or 0x163CCD) is known color: Persian Blue. HEX triplet: 16, 3C and CD. RGB value is (22,60,205). Sum of RGB (Red+Green+Blue) = 22+60+205=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #163CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CCD is #E9C332. Grayscale: #404040. Windows color (decimal): -15319859 or 13450262. OLE color: 13450262.

HSL color Cylindrical-coordinate representation of color #163CCD: hue angle of 227.54º 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 #163CCD is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 60 205 -
CMYK 0.89 0.71 0 0.20
HSL 227.54º 0.81% 0.45% -
HSV(B) 227.54º 0.89% 0.8% -
XYZ 12.97 7.81 58.58 -
YUV 65.17 206.91 97.21 -
System Red Green Blue C M Y K H S L
Decimal 22 60 205 0.89 0.71 0 0.20 227.54 0.81 0.45
Hex 16 3C CD 59 47 0 14 E4 51 2D
Octal 26 74 315 131 107 0 24 344 121 55
Binary 10110 111100 11001101 1011001 1000111 0 10100 11100100 1010001 101101

Color Harmonies of #163CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CCD

Black with #163CCD

Text Example


Text Example

White with #163CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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