#1a3cc4

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

Shades of Persian Blue #1A3CC4

Tints of Persian Blue #1A3CC4

Color information

#1A3CC4 (or 0x1A3CC4) is unknown color: approx Persian Blue. HEX triplet: 1A, 3C and C4. RGB value is (26,60,196). Sum of RGB (Red+Green+Blue) = 26+60+196=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 196 (76.95% from 255 or 69.50% from 282); Max value from RGB is 196 - color contains mainly: blue. Hex color #1A3CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3CC4 is #E5C33B. Grayscale: #404040. Windows color (decimal): -15057724 or 12860442. OLE color: 12860442.

HSL color Cylindrical-coordinate representation of color #1A3CC4: hue angle of 228º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A3CC4 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2660196-
CMYK0.870.6900.23
HSL228º76.58%43.53%-
HSV(B)228º86.73%76.86%-
XYZ12.017.4453.03-
YUV65.34201.7499.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.22%
GREEN value IS 60 (23.83% from 255) = 21.28%
BLUE value IS 196 (76.95% from 255) = 69.50%
R=9.22%
G=21.28%
B=69.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal26601960.870.6900.2322876.5843.53
Hex1A3CC45745017e44d2c
Octal327430412710502734411554
Binary110101111001100010010101111000101010111111001001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a3cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,60,196); }

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

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

 a { background-color: rgb(26,60,196); }

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

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

 span { border-color: rgb(26,60,196); }

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