Html Css Color HEX #1A3FAD Persian Blue

📋 copy color: '#1A3FAD'

red 26 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #1A3FAD

Tints of Persian Blue #1A3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 24.05%

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

R = 9.92%
G = 24.05%
B = 66.03%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1A3FAD (or 0x1A3FAD) is known color: Persian Blue. HEX triplet: 1A, 3F and AD. RGB value is (26,63,173). Sum of RGB (Red+Green+Blue) = 26+63+173=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A3FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3FAD is #E5C052. Grayscale: #3F3F3F. Windows color (decimal): -15056979 or 11353882. OLE color: 11353882.

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

Color convert

RGB 26 63 173 -
CMYK 0.85 0.64 0 0.32
HSL 224.9º 0.74% 0.39% -
HSV(B) 224.9º 0.85% 0.68% -
XYZ 9.75 6.79 40.33 -
YUV 64.48 189.24 100.56 -
System Red Green Blue C M Y K H S L
Decimal 26 63 173 0.85 0.64 0 0.32 224.9 0.74 0.39
Hex 1A 3F AD 55 40 0 20 E1 4A 27
Octal 32 77 255 125 100 0 40 341 112 47
Binary 11010 111111 10101101 1010101 1000000 0 100000 11100001 1001010 100111

Color Harmonies of #1A3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3FAD

Black with #1A3FAD

Text Example


Text Example

White with #1A3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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