Shades of Persian Blue #0C38DA
Tints of Persian Blue #0C38DA
RGB
CMYK
RGB Variations
Color information
#0C38DA (or 0x0C38DA) is known color: Persian Blue. HEX triplet: 0C, 38 and DA. RGB value is (12,56,218). Sum of RGB (Red+Green+Blue) = 12+56+218=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C38DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C38DA is #F3C725. Grayscale: #3C3C3C. Windows color (decimal): -15976230 or 14301196. OLE color: 14301196.
HSL color Cylindrical-coordinate representation of color #0C38DA: hue angle of 227.18º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C38DA is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 56 | 218 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.15 |
| HSL | 227.18º | 0.9% | 0.45% | - |
| HSV(B) | 227.18º | 0.94% | 0.85% | - |
| XYZ | 14.22 | 7.97 | 67.12 | - |
| YUV | 61.31 | 216.42 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 218 | 0.94 | 0.74 | 0 | 0.15 | 227.18 | 0.9 | 0.45 |
| Hex | C | 38 | DA | 5E | 4A | 0 | F | E3 | 5A | 2D |
| Octal | 14 | 70 | 332 | 136 | 112 | 0 | 17 | 343 | 132 | 55 |
| Binary | 1100 | 111000 | 11011010 | 1011110 | 1001010 | 0 | 1111 | 11100011 | 1011010 | 101101 |
Color Harmonies of #0C38DA
Complementary color
Monochromatic Colors of #0C38DA
Black with #0C38DA
Text Example
Text Example
White with #0C38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C38DA; }
p { color: rgb(12,56,218); }
H1.HeaderClassName
{
color: #0C38DA;
}
.AnyTagClassName
{
color: #0C38DA;
}
</style>
background-color css
<style>
a { background-color: #0C38DA; }
a { background-color: rgb(12,56,218); }
div.DivClassName
{
background-color: #0C38DA;
}
.BgClassName
{
background-color: #0C38DA;
}
</style>
border-color css
<style>
span { border-color: #0C38DA; }
span { border-color: rgb(12,56,218); }
td.TdClassName
{
border-color: #0C38DA;
}
.TagClassName
{
border-color: #0C38DA;
}
</style>