Html Css Color HEX #193CCE Persian Blue

📋 copy color: '#193CCE'

red 25 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #193CCE

Tints of Persian Blue #193CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.62%

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

R = 8.59%
G = 20.62%
B = 70.79%

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

#193CCE (or 0x193CCE) is known color: Persian Blue. HEX triplet: 19, 3C and CE. RGB value is (25,60,206). Sum of RGB (Red+Green+Blue) = 25+60+206=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #193CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CCE is #E6C331. Grayscale: #414141. Windows color (decimal): -15123250 or 13515801. OLE color: 13515801.

HSL color Cylindrical-coordinate representation of color #193CCE: hue angle of 228.4º 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 #193CCE is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 60 206 -
CMYK 0.88 0.71 0 0.19
HSL 228.4º 0.78% 0.45% -
HSV(B) 228.4º 0.88% 0.81% -
XYZ 13.16 7.89 59.22 -
YUV 66.18 206.9 98.63 -
System Red Green Blue C M Y K H S L
Decimal 25 60 206 0.88 0.71 0 0.19 228.4 0.78 0.45
Hex 19 3C CE 58 47 0 13 E4 4E 2D
Octal 31 74 316 130 107 0 23 344 116 55
Binary 11001 111100 11001110 1011000 1000111 0 10011 11100100 1001110 101101

Color Harmonies of #193CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CCE

Black with #193CCE

Text Example


Text Example

White with #193CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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