Html Css Color HEX #1A46AD Persian Blue

📋 copy color: '#1A46AD'

red 26 ◦ green 70 ◦ blue 173

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

Shades of Persian Blue #1A46AD

Tints of Persian Blue #1A46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

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

R = 9.67%
G = 26.02%
B = 64.31%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A46AD (or 0x1A46AD) is known color: Persian Blue. HEX triplet: 1A, 46 and AD. RGB value is (26,70,173). Sum of RGB (Red+Green+Blue) = 26+70+173=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A46AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A46AD is #E5B952. Grayscale: #444444. Windows color (decimal): -15055187 or 11355674. OLE color: 11355674.

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

Color convert

RGB 26 70 173 -
CMYK 0.85 0.60 0 0.32
HSL 222.04º 0.74% 0.39% -
HSV(B) 222.04º 0.85% 0.68% -
XYZ 10.16 7.62 40.47 -
YUV 68.59 186.92 97.62 -
System Red Green Blue C M Y K H S L
Decimal 26 70 173 0.85 0.60 0 0.32 222.04 0.74 0.39
Hex 1A 46 AD 55 3C 0 20 DE 4A 27
Octal 32 106 255 125 74 0 40 336 112 47
Binary 11010 1000110 10101101 1010101 111100 0 100000 11011110 1001010 100111

Color Harmonies of #1A46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A46AD

Black with #1A46AD

Text Example


Text Example

White with #1A46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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