Html Css Color HEX #1A2ADA Persian Blue

📋 copy color: '#1A2ADA'

red 26 ◦ green 42 ◦ blue 218

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

Shades of Persian Blue #1A2ADA

Tints of Persian Blue #1A2ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.69%

 BLUE value IS 218 (85.55% from 255) = 76.22%

R = 9.09%
G = 14.69%
B = 76.22%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1A2ADA (or 0x1A2ADA) is known color: Persian Blue. HEX triplet: 1A, 2A and DA. RGB value is (26,42,218). Sum of RGB (Red+Green+Blue) = 26+42+218=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A2ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2ADA is #E5D525. Grayscale: #383838. Windows color (decimal): -15062310 or 14297626. OLE color: 14297626.

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

Color convert

RGB 26 42 218 -
CMYK 0.88 0.81 0 0.15
HSL 235º 0.79% 0.48% -
HSV(B) 235º 0.88% 0.85% -
XYZ 13.91 6.94 66.94 -
YUV 57.28 218.7 105.69 -
System Red Green Blue C M Y K H S L
Decimal 26 42 218 0.88 0.81 0 0.15 235 0.79 0.48
Hex 1A 2A DA 58 51 0 F EB 4F 30
Octal 32 52 332 130 121 0 17 353 117 60
Binary 11010 101010 11011010 1011000 1010001 0 1111 11101011 1001111 110000

Color Harmonies of #1A2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2ADA

Black with #1A2ADA

Text Example


Text Example

White with #1A2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,42,218); }

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

background-color css

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

 a { background-color: rgb(26,42,218); }

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

border-color css

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

 span { border-color: rgb(26,42,218); }

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