Html Css Color HEX #193CCA Persian Blue

📋 copy color: '#193CCA'

red 25 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #193CCA

Tints of Persian Blue #193CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 70.38%

R = 8.71%
G = 20.91%
B = 70.38%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#193CCA (or 0x193CCA) is known color: Persian Blue. HEX triplet: 19, 3C and CA. RGB value is (25,60,202). Sum of RGB (Red+Green+Blue) = 25+60+202=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #193CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CCA is #E6C335. Grayscale: #414141. Windows color (decimal): -15123254 or 13253657. OLE color: 13253657.

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

Color convert

RGB 25 60 202 -
CMYK 0.88 0.70 0 0.21
HSL 228.14º 0.78% 0.45% -
HSV(B) 228.14º 0.88% 0.79% -
XYZ 12.68 7.7 56.7 -
YUV 65.72 204.9 98.95 -
System Red Green Blue C M Y K H S L
Decimal 25 60 202 0.88 0.70 0 0.21 228.14 0.78 0.45
Hex 19 3C CA 58 46 0 15 E4 4E 2D
Octal 31 74 312 130 106 0 25 344 116 55
Binary 11001 111100 11001010 1011000 1000110 0 10101 11100100 1001110 101101

Color Harmonies of #193CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CCA

Black with #193CCA

Text Example


Text Example

White with #193CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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