Html Css Color HEX #193ACC Persian Blue

📋 copy color: '#193ACC'

red 25 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #193ACC

Tints of Persian Blue #193ACC

RGB

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

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

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

R = 8.71%
G = 20.21%
B = 71.08%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#193ACC (or 0x193ACC) is known color: Persian Blue. HEX triplet: 19, 3A and CC. RGB value is (25,58,204). Sum of RGB (Red+Green+Blue) = 25+58+204=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #193ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ACC is #E6C533. Grayscale: #404040. Windows color (decimal): -15123764 or 13384217. OLE color: 13384217.

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

Color convert

RGB 25 58 204 -
CMYK 0.88 0.72 0 0.2
HSL 228.94º 0.78% 0.45% -
HSV(B) 228.94º 0.88% 0.8% -
XYZ 12.81 7.59 57.92 -
YUV 64.78 206.57 99.63 -
System Red Green Blue C M Y K H S L
Decimal 25 58 204 0.88 0.72 0 0.2 228.94 0.78 0.45
Hex 19 3A CC 58 48 0 14 E5 4E 2D
Octal 31 72 314 130 110 0 24 345 116 55
Binary 11001 111010 11001100 1011000 1001000 0 10100 11100101 1001110 101101

Color Harmonies of #193ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ACC

Black with #193ACC

Text Example


Text Example

White with #193ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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