Html Css Color HEX #163CCE Persian Blue

📋 copy color: '#163CCE'

red 22 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #163CCE

Tints of Persian Blue #163CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.53%

R = 7.64%
G = 20.83%
B = 71.53%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#163CCE (or 0x163CCE) is known color: Persian Blue. HEX triplet: 16, 3C and CE. RGB value is (22,60,206). Sum of RGB (Red+Green+Blue) = 22+60+206=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #163CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CCE is #E9C331. Grayscale: #404040. Windows color (decimal): -15319858 or 13515798. OLE color: 13515798.

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

Color convert

RGB 22 60 206 -
CMYK 0.89 0.71 0 0.19
HSL 227.61º 0.81% 0.45% -
HSV(B) 227.61º 0.89% 0.81% -
XYZ 13.09 7.86 59.22 -
YUV 65.28 207.41 97.13 -
System Red Green Blue C M Y K H S L
Decimal 22 60 206 0.89 0.71 0 0.19 227.61 0.81 0.45
Hex 16 3C CE 59 47 0 13 E4 51 2D
Octal 26 74 316 131 107 0 23 344 121 55
Binary 10110 111100 11001110 1011001 1000111 0 10011 11100100 1010001 101101

Color Harmonies of #163CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CCE

Black with #163CCE

Text Example


Text Example

White with #163CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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