Html Css Color HEX #1A44AD Persian Blue

📋 copy color: '#1A44AD'

red 26 ◦ green 68 ◦ blue 173

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

Shades of Persian Blue #1A44AD

Tints of Persian Blue #1A44AD

RGB

 RED value IS 26 (10.55% from 255) = 9.74%

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

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 9.74%
G = 25.47%
B = 64.79%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A44AD (or 0x1A44AD) is known color: Persian Blue. HEX triplet: 1A, 44 and AD. RGB value is (26,68,173). Sum of RGB (Red+Green+Blue) = 26+68+173=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A44AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A44AD is #E5BB52. Grayscale: #424242. Windows color (decimal): -15055699 or 11355162. OLE color: 11355162.

HSL color Cylindrical-coordinate representation of color #1A44AD: hue angle of 222.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A44AD is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 68 173 -
CMYK 0.85 0.61 0 0.32
HSL 222.86º 0.74% 0.39% -
HSV(B) 222.86º 0.85% 0.68% -
XYZ 10.04 7.37 40.43 -
YUV 67.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 26 68 173 0.85 0.61 0 0.32 222.86 0.74 0.39
Hex 1A 44 AD 55 3D 0 20 DF 4A 27
Octal 32 104 255 125 75 0 40 337 112 47
Binary 11010 1000100 10101101 1010101 111101 0 100000 11011111 1001010 100111

Color Harmonies of #1A44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A44AD

Black with #1A44AD

Text Example


Text Example

White with #1A44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A44AD; }

 p { color: rgb(26,68,173); }

 H1.HeaderClassName
 {
   color: #1A44AD;
 }
 .AnyTagClassName
 {
   color: #1A44AD;
 }
</style>

background-color css

<style>
 a { background-color: #1A44AD; }

 a { background-color: rgb(26,68,173); }

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

border-color css

<style>
 span { border-color: #1A44AD; }

 span { border-color: rgb(26,68,173); }

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