Html Css Color HEX #193CCC Persian Blue

📋 copy color: '#193CCC'

red 25 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #193CCC

Tints of Persian Blue #193CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 8.65%
G = 20.76%
B = 70.59%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#193CCC (or 0x193CCC) is known color: Persian Blue. HEX triplet: 19, 3C and CC. RGB value is (25,60,204). Sum of RGB (Red+Green+Blue) = 25+60+204=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #193CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CCC is #E6C333. Grayscale: #414141. Windows color (decimal): -15123252 or 13384729. OLE color: 13384729.

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

Color convert

RGB 25 60 204 -
CMYK 0.88 0.71 0 0.2
HSL 228.27º 0.78% 0.45% -
HSV(B) 228.27º 0.88% 0.8% -
XYZ 12.92 7.8 57.95 -
YUV 65.95 205.9 98.79 -
System Red Green Blue C M Y K H S L
Decimal 25 60 204 0.88 0.71 0 0.2 228.27 0.78 0.45
Hex 19 3C CC 58 47 0 14 E4 4E 2D
Octal 31 74 314 130 107 0 24 344 116 55
Binary 11001 111100 11001100 1011000 1000111 0 10100 11100100 1001110 101101

Color Harmonies of #193CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CCC

Black with #193CCC

Text Example


Text Example

White with #193CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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