Shades of Persian Blue #123DB3
Tints of Persian Blue #123DB3
RGB
CMYK
RGB Variations
Color information
#123DB3 (or 0x123DB3) is known color: Persian Blue. HEX triplet: 12, 3D and B3. RGB value is (18,61,179). Sum of RGB (Red+Green+Blue) = 18+61+179=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #123DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DB3 is #EDC24C. Grayscale: #3D3D3D. Windows color (decimal): -15581773 or 11746578. OLE color: 11746578.
HSL color Cylindrical-coordinate representation of color #123DB3: hue angle of 223.98º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123DB3 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 61 | 179 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.30 |
| HSL | 223.98º | 0.82% | 0.39% | - |
| HSV(B) | 223.98º | 0.9% | 0.7% | - |
| XYZ | 10.05 | 6.72 | 43.42 | - |
| YUV | 61.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 179 | 0.90 | 0.66 | 0 | 0.30 | 223.98 | 0.82 | 0.39 |
| Hex | 12 | 3D | B3 | 5A | 42 | 0 | 1E | E0 | 52 | 27 |
| Octal | 22 | 75 | 263 | 132 | 102 | 0 | 36 | 340 | 122 | 47 |
| Binary | 10010 | 111101 | 10110011 | 1011010 | 1000010 | 0 | 11110 | 11100000 | 1010010 | 100111 |
Color Harmonies of #123DB3
Complementary color
Monochromatic Colors of #123DB3
Black with #123DB3
Text Example
Text Example
White with #123DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DB3; }
p { color: rgb(18,61,179); }
H1.HeaderClassName
{
color: #123DB3;
}
.AnyTagClassName
{
color: #123DB3;
}
</style>
background-color css
<style>
a { background-color: #123DB3; }
a { background-color: rgb(18,61,179); }
div.DivClassName
{
background-color: #123DB3;
}
.BgClassName
{
background-color: #123DB3;
}
</style>
border-color css
<style>
span { border-color: #123DB3; }
span { border-color: rgb(18,61,179); }
td.TdClassName
{
border-color: #123DB3;
}
.TagClassName
{
border-color: #123DB3;
}
</style>