Html Css Color HEX #163ABB Persian Blue

📋 copy color: '#163ABB'

red 22 ◦ green 58 ◦ blue 187

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

Shades of Persian Blue #163ABB

Tints of Persian Blue #163ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.04%

R = 8.24%
G = 21.72%
B = 70.04%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#163ABB (or 0x163ABB) is known color: Persian Blue. HEX triplet: 16, 3A and BB. RGB value is (22,58,187). Sum of RGB (Red+Green+Blue) = 22+58+187=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #163ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163ABB is #E9C544. Grayscale: #3D3D3D. Windows color (decimal): -15320389 or 12270102. OLE color: 12270102.

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

Color convert

RGB 22 58 187 -
CMYK 0.88 0.69 0 0.27
HSL 226.91º 0.79% 0.41% -
HSV(B) 226.91º 0.88% 0.73% -
XYZ 10.81 6.78 47.75 -
YUV 61.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 22 58 187 0.88 0.69 0 0.27 226.91 0.79 0.41
Hex 16 3A BB 58 45 0 1B E3 4F 29
Octal 26 72 273 130 105 0 33 343 117 51
Binary 10110 111010 10111011 1011000 1000101 0 11011 11100011 1001111 101001

Color Harmonies of #163ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163ABB

Black with #163ABB

Text Example


Text Example

White with #163ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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