Html Css Color HEX #193DBE Persian Blue

📋 copy color: '#193DBE'

red 25 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #193DBE

Tints of Persian Blue #193DBE

RGB

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

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

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

R = 9.06%
G = 22.1%
B = 68.84%

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

#193DBE (or 0x193DBE) is known color: Persian Blue. HEX triplet: 19, 3D and BE. RGB value is (25,61,190). Sum of RGB (Red+Green+Blue) = 25+61+190=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #193DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DBE is #E6C241. Grayscale: #404040. Windows color (decimal): -15123010 or 12467481. OLE color: 12467481.

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

Color convert

RGB 25 61 190 -
CMYK 0.87 0.68 0 0.25
HSL 226.91º 0.77% 0.42% -
HSV(B) 226.91º 0.87% 0.75% -
XYZ 11.36 7.26 49.52 -
YUV 64.94 198.57 99.51 -
System Red Green Blue C M Y K H S L
Decimal 25 61 190 0.87 0.68 0 0.25 226.91 0.77 0.42
Hex 19 3D BE 57 44 0 19 E3 4D 2A
Octal 31 75 276 127 104 0 31 343 115 52
Binary 11001 111101 10111110 1010111 1000100 0 11001 11100011 1001101 101010

Color Harmonies of #193DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DBE

Black with #193DBE

Text Example


Text Example

White with #193DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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