#1248BE

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

Shades of Persian Blue #1248BE

Tints of Persian Blue #1248BE

Color information

#1248BE (or 0x1248BE) is unknown color: approx Persian Blue. HEX triplet: 12, 48 and BE. RGB value is (18,72,190). Sum of RGB (Red+Green+Blue) = 18+72+190=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #1248BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248BE is #EDB741. Grayscale: #444444. Windows color (decimal): -15578946 or 12470290. OLE color: 12470290.

HSL color Cylindrical-coordinate representation of color #1248BE: hue angle of 221.16º 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 #1248BE is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1872190-
CMYK0.910.6200.25
HSL221.16º82.69%40.78%-
HSV(B)221.16º90.53%74.51%-
XYZ11.868.4849.73-
YUV69.31196.1191.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 190 (74.61% from 255) = 67.86%
R=6.43%
G=25.71%
B=67.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18721900.910.6200.25221.1682.6940.78
Hex1248BE5B3E019dd5329
Octal221102761337603133512351
Binary100101001000101111101011011111110011001110111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1248BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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