Html Css Color HEX #193BBB Persian Blue

📋 copy color: '#193BBB'

red 25 ◦ green 59 ◦ blue 187

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

Shades of Persian Blue #193BBB

Tints of Persian Blue #193BBB

RGB

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

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

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

R = 9.23%
G = 21.77%
B = 69%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#193BBB (or 0x193BBB) is known color: Persian Blue. HEX triplet: 19, 3B and BB. RGB value is (25,59,187). Sum of RGB (Red+Green+Blue) = 25+59+187=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #193BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BBB is #E6C444. Grayscale: #3E3E3E. Windows color (decimal): -15123525 or 12270361. OLE color: 12270361.

HSL color Cylindrical-coordinate representation of color #193BBB: hue angle of 227.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #193BBB is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 59 187 -
CMYK 0.87 0.68 0 0.27
HSL 227.41º 0.76% 0.42% -
HSV(B) 227.41º 0.87% 0.73% -
XYZ 10.93 6.92 47.77 -
YUV 63.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 25 59 187 0.87 0.68 0 0.27 227.41 0.76 0.42
Hex 19 3B BB 57 44 0 1B E3 4C 2A
Octal 31 73 273 127 104 0 33 343 114 52
Binary 11001 111011 10111011 1010111 1000100 0 11011 11100011 1001100 101010

Color Harmonies of #193BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BBB

Black with #193BBB

Text Example


Text Example

White with #193BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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