Shades of Persian Blue #1237B4
Tints of Persian Blue #1237B4
RGB
CMYK
RGB Variations
Color information
#1237B4 (or 0x1237B4) is known color: Persian Blue. HEX triplet: 12, 37 and B4. RGB value is (18,55,180). Sum of RGB (Red+Green+Blue) = 18+55+180=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 180 (70.70% from 255 or 71.15% from 253); Max value from RGB is 180 - color contains mainly: blue. Hex color #1237B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237B4 is #EDC84B. Grayscale: #393939. Windows color (decimal): -15583308 or 11810578. OLE color: 11810578.
HSL color Cylindrical-coordinate representation of color #1237B4: hue angle of 226.3º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1237B4 is Cyan = 0.9, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 55 | 180 | - |
| CMYK | 0.9 | 0.69 | 0 | 0.29 |
| HSL | 226.3º | 0.82% | 0.39% | - |
| HSV(B) | 226.3º | 0.9% | 0.71% | - |
| XYZ | 9.85 | 6.16 | 43.85 | - |
| YUV | 58.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 180 | 0.9 | 0.69 | 0 | 0.29 | 226.3 | 0.82 | 0.39 |
| Hex | 12 | 37 | B4 | 5A | 45 | 0 | 1D | E2 | 52 | 27 |
| Octal | 22 | 67 | 264 | 132 | 105 | 0 | 35 | 342 | 122 | 47 |
| Binary | 10010 | 110111 | 10110100 | 1011010 | 1000101 | 0 | 11101 | 11100010 | 1010010 | 100111 |
Color Harmonies of #1237B4
Complementary color
Monochromatic Colors of #1237B4
Black with #1237B4
Text Example
Text Example
White with #1237B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1237B4; }
p { color: rgb(18,55,180); }
H1.HeaderClassName
{
color: #1237B4;
}
.AnyTagClassName
{
color: #1237B4;
}
</style>
background-color css
<style>
a { background-color: #1237B4; }
a { background-color: rgb(18,55,180); }
div.DivClassName
{
background-color: #1237B4;
}
.BgClassName
{
background-color: #1237B4;
}
</style>
border-color css
<style>
span { border-color: #1237B4; }
span { border-color: rgb(18,55,180); }
td.TdClassName
{
border-color: #1237B4;
}
.TagClassName
{
border-color: #1237B4;
}
</style>