Html Css Color HEX #163DCC Persian Blue

📋 copy color: '#163DCC'

red 22 ◦ green 61 ◦ blue 204

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

Shades of Persian Blue #163DCC

Tints of Persian Blue #163DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.08%

R = 7.67%
G = 21.25%
B = 71.08%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#163DCC (or 0x163DCC) is known color: Persian Blue. HEX triplet: 16, 3D and CC. RGB value is (22,61,204). Sum of RGB (Red+Green+Blue) = 22+61+204=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #163DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DCC is #E9C233. Grayscale: #414141. Windows color (decimal): -15319604 or 13384982. OLE color: 13384982.

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

Color convert

RGB 22 61 204 -
CMYK 0.89 0.70 0 0.2
HSL 227.14º 0.81% 0.44% -
HSV(B) 227.14º 0.89% 0.8% -
XYZ 12.9 7.87 57.97 -
YUV 65.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 22 61 204 0.89 0.70 0 0.2 227.14 0.81 0.44
Hex 16 3D CC 59 46 0 14 E3 51 2C
Octal 26 75 314 131 106 0 24 343 121 54
Binary 10110 111101 11001100 1011001 1000110 0 10100 11100011 1010001 101100

Color Harmonies of #163DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163DCC

Black with #163DCC

Text Example


Text Example

White with #163DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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