Html Css Color HEX #193BBC Persian Blue

📋 copy color: '#193BBC'

red 25 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #193BBC

Tints of Persian Blue #193BBC

RGB

 RED value IS 25 (10.16% from 255) = 9.19%

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

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

R = 9.19%
G = 21.69%
B = 69.12%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#193BBC (or 0x193BBC) is known color: Persian Blue. HEX triplet: 19, 3B and BC. RGB value is (25,59,188). Sum of RGB (Red+Green+Blue) = 25+59+188=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #193BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BBC is #E6C443. Grayscale: #3E3E3E. Windows color (decimal): -15123524 or 12335897. OLE color: 12335897.

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

Color convert

RGB 25 59 188 -
CMYK 0.87 0.69 0 0.26
HSL 227.48º 0.77% 0.42% -
HSV(B) 227.48º 0.87% 0.74% -
XYZ 11.04 6.97 48.34 -
YUV 63.54 198.24 100.51 -
System Red Green Blue C M Y K H S L
Decimal 25 59 188 0.87 0.69 0 0.26 227.48 0.77 0.42
Hex 19 3B BC 57 45 0 1A E3 4D 2A
Octal 31 73 274 127 105 0 32 343 115 52
Binary 11001 111011 10111100 1010111 1000101 0 11010 11100011 1001101 101010

Color Harmonies of #193BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BBC

Black with #193BBC

Text Example


Text Example

White with #193BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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