Html Css Color HEX #193CE6 Persian Blue

📋 copy color: '#193CE6'

red 25 ◦ green 60 ◦ blue 230

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

Shades of Persian Blue #193CE6

Tints of Persian Blue #193CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.02%

R = 7.94%
G = 19.05%
B = 73.02%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#193CE6 (or 0x193CE6) is known color: Persian Blue. HEX triplet: 19, 3C and E6. RGB value is (25,60,230). Sum of RGB (Red+Green+Blue) = 25+60+230=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 230 (90.23% from 255 or 73.02% from 315); Max value from RGB is 230 - color contains mainly: blue. Hex color #193CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CE6 is #E6C319. Grayscale: #444444. Windows color (decimal): -15123226 or 15088665. OLE color: 15088665.

HSL color Cylindrical-coordinate representation of color #193CE6: hue angle of 229.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193CE6 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 60 230 -
CMYK 0.89 0.74 0 0.10
HSL 229.76º 0.8% 0.5% -
HSV(B) 229.76º 0.89% 0.9% -
XYZ 16.3 9.15 75.77 -
YUV 68.92 218.9 96.68 -
System Red Green Blue C M Y K H S L
Decimal 25 60 230 0.89 0.74 0 0.10 229.76 0.8 0.5
Hex 19 3C E6 59 4A 0 A E6 50 32
Octal 31 74 346 131 112 0 12 346 120 62
Binary 11001 111100 11100110 1011001 1001010 0 1010 11100110 1010000 110010

Color Harmonies of #193CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CE6

Black with #193CE6

Text Example


Text Example

White with #193CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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