#1A3FCC

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

Shades of Persian Blue #1A3FCC

Tints of Persian Blue #1A3FCC

Color information

#1A3FCC (or 0x1A3FCC) is unknown color: approx Persian Blue. HEX triplet: 1A, 3F and CC. RGB value is (26,63,204). Sum of RGB (Red+Green+Blue) = 26+63+204=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A3FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3FCC is #E5C033. Grayscale: #434343. Windows color (decimal): -15056948 or 13385498. OLE color: 13385498.

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

Color convert

RGB2663204-
CMYK0.870.6900.2
HSL227.53º77.39%45.1%-
HSV(B)227.53º87.25%80%-
XYZ13.18.1358.01-
YUV68.01204.7498.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.87%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 204 (80.08% from 255) = 69.62%
R=8.87%
G=21.50%
B=69.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26632040.870.6900.2227.5377.3945.1
Hex1A3FCC5745014e44d2d
Octal327731412710502434411555
Binary110101111111100110010101111000101010100111001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,63,204); }

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

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

 a { background-color: rgb(26,63,204); }

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

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

 span { border-color: rgb(26,63,204); }

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