Html Css Color HEX #163ABE Persian Blue

📋 copy color: '#163ABE'

red 22 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #163ABE

Tints of Persian Blue #163ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 8.15%
G = 21.48%
B = 70.37%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#163ABE (or 0x163ABE) is known color: Persian Blue. HEX triplet: 16, 3A and BE. RGB value is (22,58,190). Sum of RGB (Red+Green+Blue) = 22+58+190=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #163ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ABE is #E9C541. Grayscale: #3D3D3D. Windows color (decimal): -15320386 or 12466710. OLE color: 12466710.

HSL color Cylindrical-coordinate representation of color #163ABE: hue angle of 227.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163ABE is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 58 190 -
CMYK 0.88 0.69 0 0.25
HSL 227.14º 0.79% 0.42% -
HSV(B) 227.14º 0.88% 0.75% -
XYZ 11.14 6.91 49.46 -
YUV 62.28 200.07 99.27 -
System Red Green Blue C M Y K H S L
Decimal 22 58 190 0.88 0.69 0 0.25 227.14 0.79 0.42
Hex 16 3A BE 58 45 0 19 E3 4F 2A
Octal 26 72 276 130 105 0 31 343 117 52
Binary 10110 111010 10111110 1011000 1000101 0 11001 11100011 1001111 101010

Color Harmonies of #163ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163ABE

Black with #163ABE

Text Example


Text Example

White with #163ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,58,190); }

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

background-color css

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

 a { background-color: rgb(22,58,190); }

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

border-color css

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

 span { border-color: rgb(22,58,190); }

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