Html Css Color HEX #193CBE Persian Blue

📋 copy color: '#193CBE'

red 25 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #193CBE

Tints of Persian Blue #193CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.09%

R = 9.09%
G = 21.82%
B = 69.09%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#193CBE (or 0x193CBE) is known color: Persian Blue. HEX triplet: 19, 3C and BE. RGB value is (25,60,190). Sum of RGB (Red+Green+Blue) = 25+60+190=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #193CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CBE is #E6C341. Grayscale: #3F3F3F. Windows color (decimal): -15123266 or 12467225. OLE color: 12467225.

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

Color convert

RGB 25 60 190 -
CMYK 0.87 0.68 0 0.25
HSL 227.27º 0.77% 0.42% -
HSV(B) 227.27º 0.87% 0.75% -
XYZ 11.31 7.16 49.5 -
YUV 64.36 198.9 99.93 -
System Red Green Blue C M Y K H S L
Decimal 25 60 190 0.87 0.68 0 0.25 227.27 0.77 0.42
Hex 19 3C BE 57 44 0 19 E3 4D 2A
Octal 31 74 276 127 104 0 31 343 115 52
Binary 11001 111100 10111110 1010111 1000100 0 11001 11100011 1001101 101010

Color Harmonies of #193CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CBE

Black with #193CBE

Text Example


Text Example

White with #193CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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