Shades of Persian Blue #1243DA
Tints of Persian Blue #1243DA
RGB
CMYK
RGB Variations
Color information
#1243DA (or 0x1243DA) is known color: Persian Blue. HEX triplet: 12, 43 and DA. RGB value is (18,67,218). Sum of RGB (Red+Green+Blue) = 18+67+218=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #1243DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1243DA is #EDBC25. Grayscale: #444444. Windows color (decimal): -15580198 or 14304018. OLE color: 14304018.
HSL color Cylindrical-coordinate representation of color #1243DA: hue angle of 225.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1243DA is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 67 | 218 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.15 |
| HSL | 225.3º | 0.85% | 0.46% | - |
| HSV(B) | 225.3º | 0.92% | 0.85% | - |
| XYZ | 14.91 | 9.2 | 67.32 | - |
| YUV | 69.56 | 211.77 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 218 | 0.92 | 0.69 | 0 | 0.15 | 225.3 | 0.85 | 0.46 |
| Hex | 12 | 43 | DA | 5C | 45 | 0 | F | E1 | 55 | 2E |
| Octal | 22 | 103 | 332 | 134 | 105 | 0 | 17 | 341 | 125 | 56 |
| Binary | 10010 | 1000011 | 11011010 | 1011100 | 1000101 | 0 | 1111 | 11100001 | 1010101 | 101110 |
Color Harmonies of #1243DA
Complementary color
Monochromatic Colors of #1243DA
Black with #1243DA
Text Example
Text Example
White with #1243DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243DA; }
p { color: rgb(18,67,218); }
H1.HeaderClassName
{
color: #1243DA;
}
.AnyTagClassName
{
color: #1243DA;
}
</style>
background-color css
<style>
a { background-color: #1243DA; }
a { background-color: rgb(18,67,218); }
div.DivClassName
{
background-color: #1243DA;
}
.BgClassName
{
background-color: #1243DA;
}
</style>
border-color css
<style>
span { border-color: #1243DA; }
span { border-color: rgb(18,67,218); }
td.TdClassName
{
border-color: #1243DA;
}
.TagClassName
{
border-color: #1243DA;
}
</style>