Html Css Color HEX #193CCF Persian Blue

📋 copy color: '#193CCF'

red 25 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #193CCF

Tints of Persian Blue #193CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.89%

R = 8.56%
G = 20.55%
B = 70.89%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#193CCF (or 0x193CCF) is known color: Persian Blue. HEX triplet: 19, 3C and CF. RGB value is (25,60,207). Sum of RGB (Red+Green+Blue) = 25+60+207=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #193CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193CCF is #E6C330. Grayscale: #414141. Windows color (decimal): -15123249 or 13581337. OLE color: 13581337.

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

Color convert

RGB 25 60 207 -
CMYK 0.88 0.71 0 0.19
HSL 228.46º 0.78% 0.45% -
HSV(B) 228.46º 0.88% 0.81% -
XYZ 13.28 7.94 59.86 -
YUV 66.29 207.4 98.55 -
System Red Green Blue C M Y K H S L
Decimal 25 60 207 0.88 0.71 0 0.19 228.46 0.78 0.45
Hex 19 3C CF 58 47 0 13 E4 4E 2D
Octal 31 74 317 130 107 0 23 344 116 55
Binary 11001 111100 11001111 1011000 1000111 0 10011 11100100 1001110 101101

Color Harmonies of #193CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CCF

Black with #193CCF

Text Example


Text Example

White with #193CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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