#1239BA

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

Shades of Persian Blue #1239BA

Tints of Persian Blue #1239BA

Color information

#1239BA (or 0x1239BA) is unknown color: approx Persian Blue. HEX triplet: 12, 39 and BA. RGB value is (18,57,186). Sum of RGB (Red+Green+Blue) = 18+57+186=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #1239BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239BA is #EDC645. Grayscale: #3B3B3B. Windows color (decimal): -15582790 or 12204306. OLE color: 12204306.

HSL color Cylindrical-coordinate representation of color #1239BA: hue angle of 226.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1239BA is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1857186-
CMYK0.900.6900.27
HSL226.07º82.35%40%-
HSV(B)226.07º90.32%72.94%-
XYZ10.586.647.17-
YUV60.04199.0898.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 186 (73.05% from 255) = 71.26%
R=6.90%
G=21.84%
B=71.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18571860.900.6900.27226.0782.3540
Hex1239BA5A4501Be25228
Octal227127213210503334212250
Binary100101110011011101010110101000101011011111000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1239BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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