#1A44CB

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

Shades of Persian Blue #1A44CB

Tints of Persian Blue #1A44CB

Color information

#1A44CB (or 0x1A44CB) is unknown color: approx Persian Blue. HEX triplet: 1A, 44 and CB. RGB value is (26,68,203). Sum of RGB (Red+Green+Blue) = 26+68+203=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A44CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A44CB is #E5BB34. Grayscale: #464646. Windows color (decimal): -15055669 or 13321242. OLE color: 13321242.

HSL color Cylindrical-coordinate representation of color #1A44CB: hue angle of 225.76º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A44CB is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2668203-
CMYK0.870.6700.20
HSL225.76º77.29%44.9%-
HSV(B)225.76º87.19%79.61%-
XYZ13.278.6757.47-
YUV70.83202.5996.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 68 (26.95% from 255) = 22.90%
BLUE value IS 203 (79.69% from 255) = 68.35%
R=8.75%
G=22.90%
B=68.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal26682030.870.6700.20225.7677.2944.9
Hex1A44CB5743014e24d2d
Octal3210431312710302434211555
Binary1101010001001100101110101111000011010100111000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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