Html Css Color HEX #194AAF Persian Blue

📋 copy color: '#194AAF'

red 25 ◦ green 74 ◦ blue 175

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

Shades of Persian Blue #194AAF

Tints of Persian Blue #194AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 9.12%
G = 27.01%
B = 63.87%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#194AAF (or 0x194AAF) is known color: Persian Blue. HEX triplet: 19, 4A and AF. RGB value is (25,74,175). Sum of RGB (Red+Green+Blue) = 25+74+175=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #194AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194AAF is #E6B550. Grayscale: #464646. Windows color (decimal): -15119697 or 11487769. OLE color: 11487769.

HSL color Cylindrical-coordinate representation of color #194AAF: hue angle of 220.4º 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 #194AAF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 74 175 -
CMYK 0.86 0.58 0 0.31
HSL 220.4º 0.75% 0.39% -
HSV(B) 220.4º 0.86% 0.69% -
XYZ 10.59 8.2 41.58 -
YUV 70.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 25 74 175 0.86 0.58 0 0.31 220.4 0.75 0.39
Hex 19 4A AF 56 3A 0 1F DC 4B 27
Octal 31 112 257 126 72 0 37 334 113 47
Binary 11001 1001010 10101111 1010110 111010 0 11111 11011100 1001011 100111

Color Harmonies of #194AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AAF

Black with #194AAF

Text Example


Text Example

White with #194AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194AAF; }

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

 H1.HeaderClassName
 {
   color: #194AAF;
 }
 .AnyTagClassName
 {
   color: #194AAF;
 }
</style>

background-color css

<style>
 a { background-color: #194AAF; }

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

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

border-color css

<style>
 span { border-color: #194AAF; }

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

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