Shades of Persian Blue #012BDA
Tints of Persian Blue #012BDA
RGB
CMYK
RGB Variations
Color information
#012BDA (or 0x012BDA) is known color: Persian Blue. HEX triplet: 01, 2B and DA. RGB value is (1,43,218). Sum of RGB (Red+Green+Blue) = 1+43+218=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 218 (85.55% from 255 or 83.21% from 262); Max value from RGB is 218 - color contains mainly: blue. Hex color #012BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012BDA is #FED425. Grayscale: #313131. Windows color (decimal): -16700454 or 14297857. OLE color: 14297857.
HSL color Cylindrical-coordinate representation of color #012BDA: hue angle of 228.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012BDA is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 43 | 218 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.15 |
| HSL | 228.39º | 0.99% | 0.43% | - |
| HSV(B) | 228.39º | 1% | 0.85% | - |
| XYZ | 13.53 | 6.8 | 66.93 | - |
| YUV | 50.39 | 222.59 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 218 | 1.00 | 0.80 | 0 | 0.15 | 228.39 | 0.99 | 0.43 |
| Hex | 1 | 2B | DA | 64 | 50 | 0 | F | E4 | 63 | 2B |
| Octal | 1 | 53 | 332 | 144 | 120 | 0 | 17 | 344 | 143 | 53 |
| Binary | 1 | 101011 | 11011010 | 1100100 | 1010000 | 0 | 1111 | 11100100 | 1100011 | 101011 |
Color Harmonies of #012BDA
Complementary color
Monochromatic Colors of #012BDA
Black with #012BDA
Text Example
Text Example
White with #012BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012BDA; }
p { color: rgb(1,43,218); }
H1.HeaderClassName
{
color: #012BDA;
}
.AnyTagClassName
{
color: #012BDA;
}
</style>
background-color css
<style>
a { background-color: #012BDA; }
a { background-color: rgb(1,43,218); }
div.DivClassName
{
background-color: #012BDA;
}
.BgClassName
{
background-color: #012BDA;
}
</style>
border-color css
<style>
span { border-color: #012BDA; }
span { border-color: rgb(1,43,218); }
td.TdClassName
{
border-color: #012BDA;
}
.TagClassName
{
border-color: #012BDA;
}
</style>