Html Css Color HEX #193DBA Persian Blue

📋 copy color: '#193DBA'

red 25 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #193DBA

Tints of Persian Blue #193DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 9.19%
G = 22.43%
B = 68.38%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#193DBA (or 0x193DBA) is known color: Persian Blue. HEX triplet: 19, 3D and BA. RGB value is (25,61,186). Sum of RGB (Red+Green+Blue) = 25+61+186=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #193DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DBA is #E6C245. Grayscale: #3F3F3F. Windows color (decimal): -15123014 or 12205337. OLE color: 12205337.

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

Color convert

RGB 25 61 186 -
CMYK 0.87 0.67 0 0.27
HSL 226.58º 0.76% 0.41% -
HSV(B) 226.58º 0.87% 0.73% -
XYZ 10.93 7.09 47.25 -
YUV 64.49 196.57 99.84 -
System Red Green Blue C M Y K H S L
Decimal 25 61 186 0.87 0.67 0 0.27 226.58 0.76 0.41
Hex 19 3D BA 57 43 0 1B E3 4C 29
Octal 31 75 272 127 103 0 33 343 114 51
Binary 11001 111101 10111010 1010111 1000011 0 11011 11100011 1001100 101001

Color Harmonies of #193DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DBA

Black with #193DBA

Text Example


Text Example

White with #193DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,61,186); }

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

background-color css

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

 a { background-color: rgb(25,61,186); }

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

border-color css

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

 span { border-color: rgb(25,61,186); }

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