Html Css Color HEX #193ECC Persian Blue

📋 copy color: '#193ECC'

red 25 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #193ECC

Tints of Persian Blue #193ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

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

R = 8.59%
G = 21.31%
B = 70.1%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#193ECC (or 0x193ECC) is known color: Persian Blue. HEX triplet: 19, 3E and CC. RGB value is (25,62,204). Sum of RGB (Red+Green+Blue) = 25+62+204=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #193ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193ECC is #E6C133. Grayscale: #424242. Windows color (decimal): -15122740 or 13385241. OLE color: 13385241.

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

Color convert

RGB 25 62 204 -
CMYK 0.88 0.70 0 0.2
HSL 227.6º 0.78% 0.45% -
HSV(B) 227.6º 0.88% 0.8% -
XYZ 13.02 8.01 57.99 -
YUV 67.13 205.24 97.95 -
System Red Green Blue C M Y K H S L
Decimal 25 62 204 0.88 0.70 0 0.2 227.6 0.78 0.45
Hex 19 3E CC 58 46 0 14 E4 4E 2D
Octal 31 76 314 130 106 0 24 344 116 55
Binary 11001 111110 11001100 1011000 1000110 0 10100 11100100 1001110 101101

Color Harmonies of #193ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193ECC

Black with #193ECC

Text Example


Text Example

White with #193ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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