#1242BD

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

Shades of Persian Blue #1242BD

Tints of Persian Blue #1242BD

Color information

#1242BD (or 0x1242BD) is unknown color: approx Persian Blue. HEX triplet: 12, 42 and BD. RGB value is (18,66,189). Sum of RGB (Red+Green+Blue) = 18+66+189=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #1242BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242BD is #EDBD42. Grayscale: #414141. Windows color (decimal): -15580483 or 12403218. OLE color: 12403218.

HSL color Cylindrical-coordinate representation of color #1242BD: hue angle of 223.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1242BD is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1866189-
CMYK0.900.6500.26
HSL223.16º82.61%40.59%-
HSV(B)223.16º90.48%74.12%-
XYZ11.387.749.03-
YUV65.67197.694-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 189 (74.22% from 255) = 69.23%
R=6.59%
G=24.18%
B=69.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18661890.900.6500.26223.1682.6140.59
Hex1242BD5A4101Adf5329
Octal2210227513210103233712351
Binary1001010000101011110110110101000001011010110111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1242BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1242BD; }

 p { color: rgb(18,66,189); }

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

<style>
 a { background-color: #1242BD; }

 a { background-color: rgb(18,66,189); }

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

<style>
 span { border-color: #1242BD; }

 span { border-color: rgb(18,66,189); }

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