#1248BB

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

Shades of Persian Blue #1248BB

Tints of Persian Blue #1248BB

Color information

#1248BB (or 0x1248BB) is unknown color: approx Persian Blue. HEX triplet: 12, 48 and BB. RGB value is (18,72,187). Sum of RGB (Red+Green+Blue) = 18+72+187=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #1248BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248BB is #EDB744. Grayscale: #444444. Windows color (decimal): -15578949 or 12273682. OLE color: 12273682.

HSL color Cylindrical-coordinate representation of color #1248BB: hue angle of 220.83º 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 #1248BB is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1872187-
CMYK0.900.6100.27
HSL220.83º82.44%40.2%-
HSV(B)220.83º90.37%73.33%-
XYZ11.548.3548.02-
YUV68.96194.6191.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 187 (73.44% from 255) = 67.51%
R=6.50%
G=25.99%
B=67.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18721870.900.6100.27220.8382.4440.2
Hex1248BB5A3D01Bdd5228
Octal221102731327503333512250
Binary100101001000101110111011010111101011011110111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1248BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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