#1A40B6

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

Shades of Persian Blue #1A40B6

Tints of Persian Blue #1A40B6

Color information

#1A40B6 (or 0x1A40B6) is unknown color: approx Persian Blue. HEX triplet: 1A, 40 and B6. RGB value is (26,64,182). Sum of RGB (Red+Green+Blue) = 26+64+182=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A40B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A40B6 is #E5BF49. Grayscale: #414141. Windows color (decimal): -15056714 or 11943962. OLE color: 11943962.

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

Color convert

RGB2664182-
CMYK0.860.6500.29
HSL225.38º75%40.78%-
HSV(B)225.38º85.71%71.37%-
XYZ10.77.2645.09-
YUV66.09193.4199.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.56%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 182 (71.48% from 255) = 66.91%
R=9.56%
G=23.53%
B=66.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26641820.860.6500.29225.387540.78
Hex1A40B6564101De14b29
Octal3210026612610103534111351
Binary1101010000001011011010101101000001011101111000011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A40B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,64,182); }

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

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

 a { background-color: rgb(26,64,182); }

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

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

 span { border-color: rgb(26,64,182); }

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