Html Css Color HEX #1A45AD Persian Blue

📋 copy color: '#1A45AD'

red 26 ◦ green 69 ◦ blue 173

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

Shades of Persian Blue #1A45AD

Tints of Persian Blue #1A45AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 9.7%
G = 25.75%
B = 64.55%

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

#1A45AD (or 0x1A45AD) is known color: Persian Blue. HEX triplet: 1A, 45 and AD. RGB value is (26,69,173). Sum of RGB (Red+Green+Blue) = 26+69+173=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A45AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A45AD is #E5BA52. Grayscale: #434343. Windows color (decimal): -15055443 or 11355418. OLE color: 11355418.

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

Color convert

RGB 26 69 173 -
CMYK 0.85 0.60 0 0.32
HSL 222.45º 0.74% 0.39% -
HSV(B) 222.45º 0.85% 0.68% -
XYZ 10.1 7.49 40.45 -
YUV 68 187.25 98.04 -
System Red Green Blue C M Y K H S L
Decimal 26 69 173 0.85 0.60 0 0.32 222.45 0.74 0.39
Hex 1A 45 AD 55 3C 0 20 DE 4A 27
Octal 32 105 255 125 74 0 40 336 112 47
Binary 11010 1000101 10101101 1010101 111100 0 100000 11011110 1001010 100111

Color Harmonies of #1A45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A45AD

Black with #1A45AD

Text Example


Text Example

White with #1A45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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