Shades of Regal Blue #0C3953
Tints of Regal Blue #0C3953
RGB
CMYK
RGB Variations
Color information
#0C3953 (or 0x0C3953) is known color: Regal Blue. HEX triplet: 0C, 39 and 53. RGB value is (12,57,83). Sum of RGB (Red+Green+Blue) = 12+57+83=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #0C3953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3953 is #F3C6AC. Grayscale: #2E2E2E. Windows color (decimal): -15976109 or 5454092. OLE color: 5454092.
HSL color Cylindrical-coordinate representation of color #0C3953: hue angle of 201.97º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3953 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 57 | 83 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.67 |
| HSL | 201.97º | 0.75% | 0.19% | - |
| HSV(B) | 201.97º | 0.86% | 0.33% | - |
| XYZ | 3.18 | 3.63 | 8.72 | - |
| YUV | 46.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 83 | 0.86 | 0.31 | 0 | 0.67 | 201.97 | 0.75 | 0.19 |
| Hex | C | 39 | 53 | 56 | 1F | 0 | 43 | CA | 4B | 13 |
| Octal | 14 | 71 | 123 | 126 | 37 | 0 | 103 | 312 | 113 | 23 |
| Binary | 1100 | 111001 | 1010011 | 1010110 | 11111 | 0 | 1000011 | 11001010 | 1001011 | 10011 |
Color Harmonies of #0C3953
Complementary color
Monochromatic Colors of #0C3953
Black with #0C3953
Text Example
Text Example
White with #0C3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3953; }
p { color: rgb(12,57,83); }
H1.HeaderClassName
{
color: #0C3953;
}
.AnyTagClassName
{
color: #0C3953;
}
</style>
background-color css
<style>
a { background-color: #0C3953; }
a { background-color: rgb(12,57,83); }
div.DivClassName
{
background-color: #0C3953;
}
.BgClassName
{
background-color: #0C3953;
}
</style>
border-color css
<style>
span { border-color: #0C3953; }
span { border-color: rgb(12,57,83); }
td.TdClassName
{
border-color: #0C3953;
}
.TagClassName
{
border-color: #0C3953;
}
</style>