#1a21b8

Color #1A21B8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1A21B8

Tints of Persian Blue #1A21B8

Color information

#1A21B8 (or 0x1A21B8) is unknown color: approx Persian Blue. HEX triplet: 1A, 21 and B8. RGB value is (26,33,184). Sum of RGB (Red+Green+Blue) = 26+33+184=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 184 (72.27% from 255 or 75.72% from 243); Max value from RGB is 184 - color contains mainly: blue. Hex color #1A21B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A21B8 is #E5DE47. Grayscale: #2F2F2F. Windows color (decimal): -15064648 or 12067098. OLE color: 12067098.

HSL color Cylindrical-coordinate representation of color #1A21B8: hue angle of 237.34º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A21B8 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2633184-
CMYK0.860.8200.28
HSL237.34º75.24%41.18%-
HSV(B)237.34º85.87%72.16%-
XYZ9.624.7745.76-
YUV48.12204.68112.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 184 (72.27% from 255) = 75.72%
R=10.70%
G=13.58%
B=75.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal26331840.860.8200.28237.3475.2441.18
Hex1A21B8565201Ced4b29
Octal324127012612203435511351
Binary110101000011011100010101101010010011100111011011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a21b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,33,184); }

 H1.HeaderClassName
 {
   color: #1a21b8;
 }
 .AnyTagClassName
 {
   color: #1a21b8;
 }
</style>
background-color css

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

 a { background-color: rgb(26,33,184); }

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

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

 span { border-color: rgb(26,33,184); }

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