Html Css Color HEX #1844AE Persian Blue

📋 copy color: '#1844AE'

red 24 ◦ green 68 ◦ blue 174

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

Shades of Persian Blue #1844AE

Tints of Persian Blue #1844AE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 9.02%
G = 25.56%
B = 65.41%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1844AE (or 0x1844AE) is known color: Persian Blue. HEX triplet: 18, 44 and AE. RGB value is (24,68,174). Sum of RGB (Red+Green+Blue) = 24+68+174=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #1844AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1844AE is #E7BB51. Grayscale: #424242. Windows color (decimal): -15186770 or 11420696. OLE color: 11420696.

HSL color Cylindrical-coordinate representation of color #1844AE: hue angle of 222.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 #1844AE is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 68 174 -
CMYK 0.86 0.61 0 0.32
HSL 222.4º 0.76% 0.39% -
HSV(B) 222.4º 0.86% 0.68% -
XYZ 10.08 7.38 40.94 -
YUV 66.93 188.42 97.38 -
System Red Green Blue C M Y K H S L
Decimal 24 68 174 0.86 0.61 0 0.32 222.4 0.76 0.39
Hex 18 44 AE 56 3D 0 20 DE 4C 27
Octal 30 104 256 126 75 0 40 336 114 47
Binary 11000 1000100 10101110 1010110 111101 0 100000 11011110 1001100 100111

Color Harmonies of #1844AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1844AE

Black with #1844AE

Text Example


Text Example

White with #1844AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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