Html Css Color HEX #193FAF Persian Blue

📋 copy color: '#193FAF'

red 25 ◦ green 63 ◦ blue 175

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

Shades of Persian Blue #193FAF

Tints of Persian Blue #193FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

 BLUE value IS 175 (68.75% from 255) = 66.54%

R = 9.51%
G = 23.95%
B = 66.54%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#193FAF (or 0x193FAF) is known color: Persian Blue. HEX triplet: 19, 3F and AF. RGB value is (25,63,175). Sum of RGB (Red+Green+Blue) = 25+63+175=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 175 (68.75% from 255 or 66.54% from 263); Max value from RGB is 175 - color contains mainly: blue. Hex color #193FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193FAF is #E6C050. Grayscale: #3F3F3F. Windows color (decimal): -15122513 or 11484953. OLE color: 11484953.

HSL color Cylindrical-coordinate representation of color #193FAF: hue angle of 224.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193FAF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 63 175 -
CMYK 0.86 0.64 0 0.31
HSL 224.8º 0.75% 0.39% -
HSV(B) 224.8º 0.86% 0.69% -
XYZ 9.92 6.86 41.36 -
YUV 64.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 25 63 175 0.86 0.64 0 0.31 224.8 0.75 0.39
Hex 19 3F AF 56 40 0 1F E1 4B 27
Octal 31 77 257 126 100 0 37 341 113 47
Binary 11001 111111 10101111 1010110 1000000 0 11111 11100001 1001011 100111

Color Harmonies of #193FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193FAF

Black with #193FAF

Text Example


Text Example

White with #193FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,63,175); }

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

background-color css

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

 a { background-color: rgb(25,63,175); }

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

border-color css

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

 span { border-color: rgb(25,63,175); }

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