Html Css Color HEX #1A40AD Persian Blue

📋 copy color: '#1A40AD'

red 26 ◦ green 64 ◦ blue 173

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

Shades of Persian Blue #1A40AD

Tints of Persian Blue #1A40AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 9.89%
G = 24.33%
B = 65.78%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A40AD (or 0x1A40AD) is known color: Persian Blue. HEX triplet: 1A, 40 and AD. RGB value is (26,64,173). Sum of RGB (Red+Green+Blue) = 26+64+173=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A40AD is #E5BF52. Grayscale: #404040. Windows color (decimal): -15056723 or 11354138. OLE color: 11354138.

HSL color Cylindrical-coordinate representation of color #1A40AD: hue angle of 224.49º 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 #1A40AD is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 64 173 -
CMYK 0.85 0.63 0 0.32
HSL 224.49º 0.74% 0.39% -
HSV(B) 224.49º 0.85% 0.68% -
XYZ 9.8 6.9 40.35 -
YUV 65.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 26 64 173 0.85 0.63 0 0.32 224.49 0.74 0.39
Hex 1A 40 AD 55 3F 0 20 E0 4A 27
Octal 32 100 255 125 77 0 40 340 112 47
Binary 11010 1000000 10101101 1010101 111111 0 100000 11100000 1001010 100111

Color Harmonies of #1A40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A40AD

Black with #1A40AD

Text Example


Text Example

White with #1A40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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