Html Css Color HEX #193FCB Persian Blue

📋 copy color: '#193FCB'

red 25 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #193FCB

Tints of Persian Blue #193FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.76%

R = 8.59%
G = 21.65%
B = 69.76%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#193FCB (or 0x193FCB) is known color: Persian Blue. HEX triplet: 19, 3F and CB. RGB value is (25,63,203). Sum of RGB (Red+Green+Blue) = 25+63+203=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #193FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193FCB is #E6C034. Grayscale: #434343. Windows color (decimal): -15122485 or 13319961. OLE color: 13319961.

HSL color Cylindrical-coordinate representation of color #193FCB: hue angle of 227.19º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193FCB is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 63 203 -
CMYK 0.88 0.69 0 0.20
HSL 227.19º 0.78% 0.45% -
HSV(B) 227.19º 0.88% 0.8% -
XYZ 12.96 8.07 57.38 -
YUV 67.6 204.41 97.62 -
System Red Green Blue C M Y K H S L
Decimal 25 63 203 0.88 0.69 0 0.20 227.19 0.78 0.45
Hex 19 3F CB 58 45 0 14 E3 4E 2D
Octal 31 77 313 130 105 0 24 343 116 55
Binary 11001 111111 11001011 1011000 1000101 0 10100 11100011 1001110 101101

Color Harmonies of #193FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FCB

Black with #193FCB

Text Example


Text Example

White with #193FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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