Html Css Color HEX #194AAE Persian Blue

📋 copy color: '#194AAE'

red 25 ◦ green 74 ◦ blue 174

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

Shades of Persian Blue #194AAE

Tints of Persian Blue #194AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 9.16%
G = 27.11%
B = 63.74%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#194AAE (or 0x194AAE) is known color: Persian Blue. HEX triplet: 19, 4A and AE. RGB value is (25,74,174). Sum of RGB (Red+Green+Blue) = 25+74+174=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #194AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194AAE is #E6B551. Grayscale: #464646. Windows color (decimal): -15119698 or 11422233. OLE color: 11422233.

HSL color Cylindrical-coordinate representation of color #194AAE: hue angle of 220.27º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194AAE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 74 174 -
CMYK 0.86 0.57 0 0.32
HSL 220.27º 0.75% 0.39% -
HSV(B) 220.27º 0.86% 0.68% -
XYZ 10.49 8.16 41.07 -
YUV 70.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 25 74 174 0.86 0.57 0 0.32 220.27 0.75 0.39
Hex 19 4A AE 56 39 0 20 DC 4B 27
Octal 31 112 256 126 71 0 40 334 113 47
Binary 11001 1001010 10101110 1010110 111001 0 100000 11011100 1001011 100111

Color Harmonies of #194AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194AAE

Black with #194AAE

Text Example


Text Example

White with #194AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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