Shades of Persian Blue #1243BD
Tints of Persian Blue #1243BD
RGB
CMYK
RGB Variations
Color information
#1243BD (or 0x1243BD) is known color: Persian Blue. HEX triplet: 12, 43 and BD. RGB value is (18,67,189). Sum of RGB (Red+Green+Blue) = 18+67+189=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #1243BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1243BD is #EDBC42. Grayscale: #414141. Windows color (decimal): -15580227 or 12403474. OLE color: 12403474.
HSL color Cylindrical-coordinate representation of color #1243BD: hue angle of 222.81º 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 #1243BD is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 67 | 189 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.26 |
| HSL | 222.81º | 0.83% | 0.41% | - |
| HSV(B) | 222.81º | 0.9% | 0.74% | - |
| XYZ | 11.44 | 7.82 | 49.05 | - |
| YUV | 66.26 | 197.27 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 189 | 0.90 | 0.65 | 0 | 0.26 | 222.81 | 0.83 | 0.41 |
| Hex | 12 | 43 | BD | 5A | 41 | 0 | 1A | DF | 53 | 29 |
| Octal | 22 | 103 | 275 | 132 | 101 | 0 | 32 | 337 | 123 | 51 |
| Binary | 10010 | 1000011 | 10111101 | 1011010 | 1000001 | 0 | 11010 | 11011111 | 1010011 | 101001 |
Color Harmonies of #1243BD
Complementary color
Monochromatic Colors of #1243BD
Black with #1243BD
Text Example
Text Example
White with #1243BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243BD; }
p { color: rgb(18,67,189); }
H1.HeaderClassName
{
color: #1243BD;
}
.AnyTagClassName
{
color: #1243BD;
}
</style>
background-color css
<style>
a { background-color: #1243BD; }
a { background-color: rgb(18,67,189); }
div.DivClassName
{
background-color: #1243BD;
}
.BgClassName
{
background-color: #1243BD;
}
</style>
border-color css
<style>
span { border-color: #1243BD; }
span { border-color: rgb(18,67,189); }
td.TdClassName
{
border-color: #1243BD;
}
.TagClassName
{
border-color: #1243BD;
}
</style>