Html Css Color HEX #1A2BDD Persian Blue

📋 copy color: '#1A2BDD'

red 26 ◦ green 43 ◦ blue 221

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

Shades of Persian Blue #1A2BDD

Tints of Persian Blue #1A2BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.83%

 BLUE value IS 221 (86.72% from 255) = 76.21%

R = 8.97%
G = 14.83%
B = 76.21%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A2BDD (or 0x1A2BDD) is known color: Persian Blue. HEX triplet: 1A, 2B and DD. RGB value is (26,43,221). Sum of RGB (Red+Green+Blue) = 26+43+221=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A2BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2BDD is #E5D422. Grayscale: #393939. Windows color (decimal): -15062051 or 14494490. OLE color: 14494490.

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

Color convert

RGB 26 43 221 -
CMYK 0.88 0.81 0 0.13
HSL 234.77º 0.79% 0.48% -
HSV(B) 234.77º 0.88% 0.87% -
XYZ 14.34 7.17 69.03 -
YUV 58.21 219.87 105.03 -
System Red Green Blue C M Y K H S L
Decimal 26 43 221 0.88 0.81 0 0.13 234.77 0.79 0.48
Hex 1A 2B DD 58 51 0 D EB 4F 30
Octal 32 53 335 130 121 0 15 353 117 60
Binary 11010 101011 11011101 1011000 1010001 0 1101 11101011 1001111 110000

Color Harmonies of #1A2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2BDD

Black with #1A2BDD

Text Example


Text Example

White with #1A2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,43,221); }

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

background-color css

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

 a { background-color: rgb(26,43,221); }

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

border-color css

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

 span { border-color: rgb(26,43,221); }

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