Html Css Color HEX #193BCE Persian Blue

📋 copy color: '#193BCE'

red 25 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #193BCE

Tints of Persian Blue #193BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.34%

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 8.62%
G = 20.34%
B = 71.03%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#193BCE (or 0x193BCE) is known color: Persian Blue. HEX triplet: 19, 3B and CE. RGB value is (25,59,206). Sum of RGB (Red+Green+Blue) = 25+59+206=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #193BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193BCE is #E6C431. Grayscale: #404040. Windows color (decimal): -15123506 or 13515545. OLE color: 13515545.

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

Color convert

RGB 25 59 206 -
CMYK 0.88 0.71 0 0.19
HSL 228.73º 0.78% 0.45% -
HSV(B) 228.73º 0.88% 0.81% -
XYZ 13.11 7.79 59.21 -
YUV 65.59 207.24 99.05 -
System Red Green Blue C M Y K H S L
Decimal 25 59 206 0.88 0.71 0 0.19 228.73 0.78 0.45
Hex 19 3B CE 58 47 0 13 E5 4E 2D
Octal 31 73 316 130 107 0 23 345 116 55
Binary 11001 111011 11001110 1011000 1000111 0 10011 11100101 1001110 101101

Color Harmonies of #193BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BCE

Black with #193BCE

Text Example


Text Example

White with #193BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,59,206); }

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

background-color css

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

 a { background-color: rgb(25,59,206); }

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

border-color css

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

 span { border-color: rgb(25,59,206); }

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