#1231BE

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

Shades of Persian Blue #1231BE

Tints of Persian Blue #1231BE

Color information

#1231BE (or 0x1231BE) is unknown color: approx Persian Blue. HEX triplet: 12, 31 and BE. RGB value is (18,49,190). Sum of RGB (Red+Green+Blue) = 18+49+190=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #1231BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1231BE is #EDCE41. Grayscale: #373737. Windows color (decimal): -15584834 or 12464402. OLE color: 12464402.

HSL color Cylindrical-coordinate representation of color #1231BE: hue angle of 229.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1231BE is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1849190-
CMYK0.910.7400.25
HSL229.19º82.69%40.78%-
HSV(B)229.19º90.53%74.51%-
XYZ10.646.0449.32-
YUV55.8203.73101.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 190 (74.61% from 255) = 73.93%
R=7.00%
G=19.07%
B=73.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18491900.910.7400.25229.1982.6940.78
Hex1231BE5B4A019e55329
Octal226127613311203134512351
Binary100101100011011111010110111001010011001111001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1231BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1231BE; }

 p { color: rgb(18,49,190); }

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

<style>
 a { background-color: #1231BE; }

 a { background-color: rgb(18,49,190); }

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

<style>
 span { border-color: #1231BE; }

 span { border-color: rgb(18,49,190); }

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