Shades of Persian Blue #183FB3
Tints of Persian Blue #183FB3
RGB
CMYK
RGB Variations
Color information
#183FB3 (or 0x183FB3) is known color: Persian Blue. HEX triplet: 18, 3F and B3. RGB value is (24,63,179). Sum of RGB (Red+Green+Blue) = 24+63+179=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #183FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #183FB3 is #E7C04C. Grayscale: #404040. Windows color (decimal): -15188045 or 11747096. OLE color: 11747096.
HSL color Cylindrical-coordinate representation of color #183FB3: hue angle of 224.9º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #183FB3 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 63 | 179 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.30 |
| HSL | 224.9º | 0.76% | 0.4% | - |
| HSV(B) | 224.9º | 0.87% | 0.7% | - |
| XYZ | 10.29 | 7 | 43.46 | - |
| YUV | 64.56 | 192.58 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 179 | 0.87 | 0.65 | 0 | 0.30 | 224.9 | 0.76 | 0.4 |
| Hex | 18 | 3F | B3 | 57 | 41 | 0 | 1E | E1 | 4C | 28 |
| Octal | 30 | 77 | 263 | 127 | 101 | 0 | 36 | 341 | 114 | 50 |
| Binary | 11000 | 111111 | 10110011 | 1010111 | 1000001 | 0 | 11110 | 11100001 | 1001100 | 101000 |
Color Harmonies of #183FB3
Complementary color
Monochromatic Colors of #183FB3
Black with #183FB3
Text Example
Text Example
White with #183FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183FB3; }
p { color: rgb(24,63,179); }
H1.HeaderClassName
{
color: #183FB3;
}
.AnyTagClassName
{
color: #183FB3;
}
</style>
background-color css
<style>
a { background-color: #183FB3; }
a { background-color: rgb(24,63,179); }
div.DivClassName
{
background-color: #183FB3;
}
.BgClassName
{
background-color: #183FB3;
}
</style>
border-color css
<style>
span { border-color: #183FB3; }
span { border-color: rgb(24,63,179); }
td.TdClassName
{
border-color: #183FB3;
}
.TagClassName
{
border-color: #183FB3;
}
</style>