Html Css Color HEX #193CBD Persian Blue

📋 copy color: '#193CBD'

red 25 ◦ green 60 ◦ blue 189

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

Shades of Persian Blue #193CBD

Tints of Persian Blue #193CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 189 (74.22% from 255) = 68.98%

R = 9.12%
G = 21.9%
B = 68.98%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#193CBD (or 0x193CBD) is known color: Persian Blue. HEX triplet: 19, 3C and BD. RGB value is (25,60,189). Sum of RGB (Red+Green+Blue) = 25+60+189=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #193CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CBD is #E6C342. Grayscale: #3F3F3F. Windows color (decimal): -15123267 or 12401689. OLE color: 12401689.

HSL color Cylindrical-coordinate representation of color #193CBD: hue angle of 227.2º 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 #193CBD is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 60 189 -
CMYK 0.87 0.68 0 0.26
HSL 227.2º 0.77% 0.42% -
HSV(B) 227.2º 0.87% 0.74% -
XYZ 11.2 7.11 48.93 -
YUV 64.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 25 60 189 0.87 0.68 0 0.26 227.2 0.77 0.42
Hex 19 3C BD 57 44 0 1A E3 4D 2A
Octal 31 74 275 127 104 0 32 343 115 52
Binary 11001 111100 10111101 1010111 1000100 0 11010 11100011 1001101 101010

Color Harmonies of #193CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CBD

Black with #193CBD

Text Example


Text Example

White with #193CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,60,189); }

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

background-color css

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

 a { background-color: rgb(25,60,189); }

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

border-color css

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

 span { border-color: rgb(25,60,189); }

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