Shades of Persian Blue #1237BD
Tints of Persian Blue #1237BD
RGB
CMYK
RGB Variations
Color information
#1237BD (or 0x1237BD) is known color: Persian Blue. HEX triplet: 12, 37 and BD. RGB value is (18,55,189). Sum of RGB (Red+Green+Blue) = 18+55+189=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #1237BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237BD is #EDC842. Grayscale: #3A3A3A. Windows color (decimal): -15583299 or 12400402. OLE color: 12400402.
HSL color Cylindrical-coordinate representation of color #1237BD: hue angle of 227.02º 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 #1237BD is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 55 | 189 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.26 |
| HSL | 227.02º | 0.83% | 0.41% | - |
| HSV(B) | 227.02º | 0.9% | 0.74% | - |
| XYZ | 10.8 | 6.54 | 48.84 | - |
| YUV | 59.21 | 201.24 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 189 | 0.90 | 0.71 | 0 | 0.26 | 227.02 | 0.83 | 0.41 |
| Hex | 12 | 37 | BD | 5A | 47 | 0 | 1A | E3 | 53 | 29 |
| Octal | 22 | 67 | 275 | 132 | 107 | 0 | 32 | 343 | 123 | 51 |
| Binary | 10010 | 110111 | 10111101 | 1011010 | 1000111 | 0 | 11010 | 11100011 | 1010011 | 101001 |
Color Harmonies of #1237BD
Complementary color
Monochromatic Colors of #1237BD
Black with #1237BD
Text Example
Text Example
White with #1237BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1237BD; }
p { color: rgb(18,55,189); }
H1.HeaderClassName
{
color: #1237BD;
}
.AnyTagClassName
{
color: #1237BD;
}
</style>
background-color css
<style>
a { background-color: #1237BD; }
a { background-color: rgb(18,55,189); }
div.DivClassName
{
background-color: #1237BD;
}
.BgClassName
{
background-color: #1237BD;
}
</style>
border-color css
<style>
span { border-color: #1237BD; }
span { border-color: rgb(18,55,189); }
td.TdClassName
{
border-color: #1237BD;
}
.TagClassName
{
border-color: #1237BD;
}
</style>