#1239B4

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

Shades of Persian Blue #1239B4

Tints of Persian Blue #1239B4

Color information

#1239B4 (or 0x1239B4) is unknown color: approx Persian Blue. HEX triplet: 12, 39 and B4. RGB value is (18,57,180). Sum of RGB (Red+Green+Blue) = 18+57+180=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 180 (70.70% from 255 or 70.59% from 255); Max value from RGB is 180 - color contains mainly: blue. Hex color #1239B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239B4 is #EDC64B. Grayscale: #3A3A3A. Windows color (decimal): -15582796 or 11811090. OLE color: 11811090.

HSL color Cylindrical-coordinate representation of color #1239B4: hue angle of 225.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1239B4 is Cyan = 0.9, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1857180-
CMYK0.90.6800.29
HSL225.56º81.82%38.82%-
HSV(B)225.56º90%70.59%-
XYZ9.956.3543.88-
YUV59.36196.0898.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 180 (70.70% from 255) = 70.59%
R=7.06%
G=22.35%
B=70.59%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18571800.90.6800.29225.5681.8238.82
Hex1239B45A4401De25227
Octal227126413210403534212247
Binary100101110011011010010110101000100011101111000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1239B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1239B4; }

 p { color: rgb(18,57,180); }

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

<style>
 a { background-color: #1239B4; }

 a { background-color: rgb(18,57,180); }

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

<style>
 span { border-color: #1239B4; }

 span { border-color: rgb(18,57,180); }

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