#1a33b4

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

Shades of Persian Blue #1A33B4

Tints of Persian Blue #1A33B4

Color information

#1A33B4 (or 0x1A33B4) is unknown color: approx Persian Blue. HEX triplet: 1A, 33 and B4. RGB value is (26,51,180). Sum of RGB (Red+Green+Blue) = 26+51+180=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A33B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A33B4 is #E5CC4B. Grayscale: #393939. Windows color (decimal): -15060044 or 11809562. OLE color: 11809562.

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

Color convert

RGB2651180-
CMYK0.860.7200.29
HSL230.26º74.76%40.39%-
HSV(B)230.26º85.56%70.59%-
XYZ9.855.8843.8-
YUV58.23196.72105.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.12%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 180 (70.70% from 255) = 70.04%
R=10.12%
G=19.84%
B=70.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26511800.860.7200.29230.2674.7640.39
Hex1A33B4564801De64b28
Octal326326412611003534611350
Binary110101100111011010010101101001000011101111001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a33b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,51,180); }

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

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

 a { background-color: rgb(26,51,180); }

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

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

 span { border-color: rgb(26,51,180); }

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