Html Css Color HEX #163BBC Persian Blue

📋 copy color: '#163BBC'

red 22 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #163BBC

Tints of Persian Blue #163BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.93%

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 8.18%
G = 21.93%
B = 69.89%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#163BBC (or 0x163BBC) is known color: Persian Blue. HEX triplet: 16, 3B and BC. RGB value is (22,59,188). Sum of RGB (Red+Green+Blue) = 22+59+188=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #163BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163BBC is #E9C443. Grayscale: #3E3E3E. Windows color (decimal): -15320132 or 12335894. OLE color: 12335894.

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

Color convert

RGB 22 59 188 -
CMYK 0.88 0.69 0 0.26
HSL 226.63º 0.79% 0.41% -
HSV(B) 226.63º 0.88% 0.74% -
XYZ 10.97 6.93 48.34 -
YUV 62.64 198.74 99.01 -
System Red Green Blue C M Y K H S L
Decimal 22 59 188 0.88 0.69 0 0.26 226.63 0.79 0.41
Hex 16 3B BC 58 45 0 1A E3 4F 29
Octal 26 73 274 130 105 0 32 343 117 51
Binary 10110 111011 10111100 1011000 1000101 0 11010 11100011 1001111 101001

Color Harmonies of #163BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163BBC

Black with #163BBC

Text Example


Text Example

White with #163BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,59,188); }

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

background-color css

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

 a { background-color: rgb(22,59,188); }

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

border-color css

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

 span { border-color: rgb(22,59,188); }

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