#1A30CA

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

Shades of Persian Blue #1A30CA

Tints of Persian Blue #1A30CA

Color information

#1A30CA (or 0x1A30CA) is unknown color: approx Persian Blue. HEX triplet: 1A, 30 and CA. RGB value is (26,48,202). Sum of RGB (Red+Green+Blue) = 26+48+202=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A30CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A30CA is #E5CF35. Grayscale: #3A3A3A. Windows color (decimal): -15060790 or 13250586. OLE color: 13250586.

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

Color convert

RGB2648202-
CMYK0.870.7600.21
HSL232.5º77.19%44.71%-
HSV(B)232.5º87.13%79.22%-
XYZ12.146.656.51-
YUV58.98208.71104.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.42%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 202 (79.30% from 255) = 73.19%
R=9.42%
G=17.39%
B=73.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26482020.870.7600.21232.577.1944.71
Hex1A30CA574C015e84d2d
Octal326031212711402535011555
Binary110101100001100101010101111001100010101111010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A30CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,202); }

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

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

 a { background-color: rgb(26,48,202); }

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

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

 span { border-color: rgb(26,48,202); }

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