#1A44D0

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

Shades of Persian Blue #1A44D0

Tints of Persian Blue #1A44D0

Color information

#1A44D0 (or 0x1A44D0) is unknown color: approx Persian Blue. HEX triplet: 1A, 44 and D0. RGB value is (26,68,208). Sum of RGB (Red+Green+Blue) = 26+68+208=302 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.61% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #1A44D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A44D0 is #E5BB2F. Grayscale: #464646. Windows color (decimal): -15055664 or 13648922. OLE color: 13648922.

HSL color Cylindrical-coordinate representation of color #1A44D0: hue angle of 226.15º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A44D0 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2668208-
CMYK0.880.6700.18
HSL226.15º77.78%45.88%-
HSV(B)226.15º87.5%81.57%-
XYZ13.888.9160.66-
YUV71.4205.0995.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.61%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 208 (81.64% from 255) = 68.87%
R=8.61%
G=22.52%
B=68.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26682080.880.6700.18226.1577.7845.88
Hex1A44D05843012e24e2e
Octal3210432013010302234211656
Binary1101010001001101000010110001000011010010111000101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A44D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,68,208); }

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

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

 a { background-color: rgb(26,68,208); }

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

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

 span { border-color: rgb(26,68,208); }

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