Html Css Color HEX #193FBE Persian Blue

📋 copy color: '#193FBE'

red 25 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #193FBE

Tints of Persian Blue #193FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

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

R = 8.99%
G = 22.66%
B = 68.35%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#193FBE (or 0x193FBE) is known color: Persian Blue. HEX triplet: 19, 3F and BE. RGB value is (25,63,190). Sum of RGB (Red+Green+Blue) = 25+63+190=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #193FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FBE is #E6C041. Grayscale: #414141. Windows color (decimal): -15122498 or 12467993. OLE color: 12467993.

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

Color convert

RGB 25 63 190 -
CMYK 0.87 0.67 0 0.25
HSL 226.18º 0.77% 0.42% -
HSV(B) 226.18º 0.87% 0.75% -
XYZ 11.47 7.48 49.55 -
YUV 66.12 197.91 98.67 -
System Red Green Blue C M Y K H S L
Decimal 25 63 190 0.87 0.67 0 0.25 226.18 0.77 0.42
Hex 19 3F BE 57 43 0 19 E2 4D 2A
Octal 31 77 276 127 103 0 31 342 115 52
Binary 11001 111111 10111110 1010111 1000011 0 11001 11100010 1001101 101010

Color Harmonies of #193FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FBE

Black with #193FBE

Text Example


Text Example

White with #193FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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