Html Css Color HEX #1849AE Persian Blue

📋 copy color: '#1849AE'

red 24 ◦ green 73 ◦ blue 174

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

Shades of Persian Blue #1849AE

Tints of Persian Blue #1849AE

RGB

 RED value IS 24 (9.77% from 255) = 8.86%

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 8.86%
G = 26.94%
B = 64.21%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1849AE (or 0x1849AE) is known color: Persian Blue. HEX triplet: 18, 49 and AE. RGB value is (24,73,174). Sum of RGB (Red+Green+Blue) = 24+73+174=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #1849AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1849AE is #E7B651. Grayscale: #454545. Windows color (decimal): -15185490 or 11421976. OLE color: 11421976.

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

Color convert

RGB 24 73 174 -
CMYK 0.86 0.58 0 0.32
HSL 220.4º 0.76% 0.39% -
HSV(B) 220.4º 0.86% 0.68% -
XYZ 10.4 8.02 41.04 -
YUV 69.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 24 73 174 0.86 0.58 0 0.32 220.4 0.76 0.39
Hex 18 49 AE 56 3A 0 20 DC 4C 27
Octal 30 111 256 126 72 0 40 334 114 47
Binary 11000 1001001 10101110 1010110 111010 0 100000 11011100 1001100 100111

Color Harmonies of #1849AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1849AE

Black with #1849AE

Text Example


Text Example

White with #1849AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1849AE; }

 p { color: rgb(24,73,174); }

 H1.HeaderClassName
 {
   color: #1849AE;
 }
 .AnyTagClassName
 {
   color: #1849AE;
 }
</style>

background-color css

<style>
 a { background-color: #1849AE; }

 a { background-color: rgb(24,73,174); }

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

border-color css

<style>
 span { border-color: #1849AE; }

 span { border-color: rgb(24,73,174); }

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