Html Css Color HEX #193ACE Persian Blue

📋 copy color: '#193ACE'

red 25 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #193ACE

Tints of Persian Blue #193ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

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

R = 8.65%
G = 20.07%
B = 71.28%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#193ACE (or 0x193ACE) is known color: Persian Blue. HEX triplet: 19, 3A and CE. RGB value is (25,58,206). Sum of RGB (Red+Green+Blue) = 25+58+206=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #193ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ACE is #E6C531. Grayscale: #404040. Windows color (decimal): -15123762 or 13515289. OLE color: 13515289.

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

Color convert

RGB 25 58 206 -
CMYK 0.88 0.72 0 0.19
HSL 229.06º 0.78% 0.45% -
HSV(B) 229.06º 0.88% 0.81% -
XYZ 13.05 7.69 59.19 -
YUV 65.01 207.57 99.47 -
System Red Green Blue C M Y K H S L
Decimal 25 58 206 0.88 0.72 0 0.19 229.06 0.78 0.45
Hex 19 3A CE 58 48 0 13 E5 4E 2D
Octal 31 72 316 130 110 0 23 345 116 55
Binary 11001 111010 11001110 1011000 1001000 0 10011 11100101 1001110 101101

Color Harmonies of #193ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ACE

Black with #193ACE

Text Example


Text Example

White with #193ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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