Html Css Color HEX #1A3ADC Persian Blue

📋 copy color: '#1A3ADC'

red 26 ◦ green 58 ◦ blue 220

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

Shades of Persian Blue #1A3ADC

Tints of Persian Blue #1A3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 220 (86.33% from 255) = 72.37%

R = 8.55%
G = 19.08%
B = 72.37%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A3ADC (or 0x1A3ADC) is known color: Persian Blue. HEX triplet: 1A, 3A and DC. RGB value is (26,58,220). Sum of RGB (Red+Green+Blue) = 26+58+220=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A3ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ADC is #E5C523. Grayscale: #424242. Windows color (decimal): -15058212 or 14432794. OLE color: 14432794.

HSL color Cylindrical-coordinate representation of color #1A3ADC: hue angle of 230.1º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A3ADC is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 58 220 -
CMYK 0.88 0.74 0 0.14
HSL 230.1º 0.79% 0.48% -
HSV(B) 230.1º 0.88% 0.86% -
XYZ 14.86 8.41 68.55 -
YUV 66.9 214.4 98.83 -
System Red Green Blue C M Y K H S L
Decimal 26 58 220 0.88 0.74 0 0.14 230.1 0.79 0.48
Hex 1A 3A DC 58 4A 0 E E6 4F 30
Octal 32 72 334 130 112 0 16 346 117 60
Binary 11010 111010 11011100 1011000 1001010 0 1110 11100110 1001111 110000

Color Harmonies of #1A3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3ADC

Black with #1A3ADC

Text Example


Text Example

White with #1A3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,58,220); }

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

background-color css

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

 a { background-color: rgb(26,58,220); }

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

border-color css

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

 span { border-color: rgb(26,58,220); }

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