#1A42CB

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

Shades of Persian Blue #1A42CB

Tints of Persian Blue #1A42CB

Color information

#1A42CB (or 0x1A42CB) is unknown color: approx Persian Blue. HEX triplet: 1A, 42 and CB. RGB value is (26,66,203). Sum of RGB (Red+Green+Blue) = 26+66+203=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A42CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A42CB is #E5BD34. Grayscale: #454545. Windows color (decimal): -15056181 or 13320730. OLE color: 13320730.

HSL color Cylindrical-coordinate representation of color #1A42CB: hue angle of 226.44º 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 #1A42CB is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2666203-
CMYK0.870.6700.20
HSL226.44º77.29%44.9%-
HSV(B)226.44º87.19%79.61%-
XYZ13.158.4357.43-
YUV69.66203.2596.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.81%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 203 (79.69% from 255) = 68.81%
R=8.81%
G=22.37%
B=68.81%

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
Decimal26662030.870.6700.20226.4477.2944.9
Hex1A42CB5743014e24d2d
Octal3210231312710302434211555
Binary1101010000101100101110101111000011010100111000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A42CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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