Html Css Color HEX #163DCE Persian Blue

📋 copy color: '#163DCE'

red 22 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #163DCE

Tints of Persian Blue #163DCE

RGB

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

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

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

R = 7.61%
G = 21.11%
B = 71.28%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#163DCE (or 0x163DCE) is known color: Persian Blue. HEX triplet: 16, 3D and CE. RGB value is (22,61,206). Sum of RGB (Red+Green+Blue) = 22+61+206=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #163DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DCE is #E9C231. Grayscale: #414141. Windows color (decimal): -15319602 or 13516054. OLE color: 13516054.

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

Color convert

RGB 22 61 206 -
CMYK 0.89 0.70 0 0.19
HSL 227.28º 0.81% 0.45% -
HSV(B) 227.28º 0.89% 0.81% -
XYZ 13.14 7.96 59.24 -
YUV 65.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 22 61 206 0.89 0.70 0 0.19 227.28 0.81 0.45
Hex 16 3D CE 59 46 0 13 E3 51 2D
Octal 26 75 316 131 106 0 23 343 121 55
Binary 10110 111101 11001110 1011001 1000110 0 10011 11100011 1010001 101101

Color Harmonies of #163DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DCE

Black with #163DCE

Text Example


Text Example

White with #163DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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