Html Css Color HEX #163CCC Persian Blue

📋 copy color: '#163CCC'

red 22 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #163CCC

Tints of Persian Blue #163CCC

RGB

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

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

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

R = 7.69%
G = 20.98%
B = 71.33%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#163CCC (or 0x163CCC) is known color: Persian Blue. HEX triplet: 16, 3C and CC. RGB value is (22,60,204). Sum of RGB (Red+Green+Blue) = 22+60+204=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #163CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163CCC is #E9C333. Grayscale: #404040. Windows color (decimal): -15319860 or 13384726. OLE color: 13384726.

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

Color convert

RGB 22 60 204 -
CMYK 0.89 0.71 0 0.2
HSL 227.47º 0.81% 0.44% -
HSV(B) 227.47º 0.89% 0.8% -
XYZ 12.85 7.76 57.95 -
YUV 65.05 206.41 97.29 -
System Red Green Blue C M Y K H S L
Decimal 22 60 204 0.89 0.71 0 0.2 227.47 0.81 0.44
Hex 16 3C CC 59 47 0 14 E3 51 2C
Octal 26 74 314 131 107 0 24 343 121 54
Binary 10110 111100 11001100 1011001 1000111 0 10100 11100011 1010001 101100

Color Harmonies of #163CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163CCC

Black with #163CCC

Text Example


Text Example

White with #163CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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