Shades of Ultramarine #061A85
Tints of Ultramarine #061A85
RGB
CMYK
RGB Variations
Color information
#061A85 (or 0x061A85) is known color: Ultramarine. HEX triplet: 06, 1A and 85. RGB value is (6,26,133). Sum of RGB (Red+Green+Blue) = 6+26+133=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 133 (52.34% from 255 or 80.61% from 165); Max value from RGB is 133 - color contains mainly: blue. Hex color #061A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A85 is #F9E57A. Grayscale: #1F1F1F. Windows color (decimal): -16377211 or 8722950. OLE color: 8722950.
HSL color Cylindrical-coordinate representation of color #061A85: hue angle of 230.55º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061A85 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 26 | 133 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.48 |
| HSL | 230.55º | 0.91% | 0.27% | - |
| HSV(B) | 230.55º | 0.95% | 0.52% | - |
| XYZ | 4.68 | 2.47 | 22.42 | - |
| YUV | 32.22 | 184.87 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 133 | 0.95 | 0.80 | 0 | 0.48 | 230.55 | 0.91 | 0.27 |
| Hex | 6 | 1A | 85 | 5F | 50 | 0 | 30 | E7 | 5B | 1B |
| Octal | 6 | 32 | 205 | 137 | 120 | 0 | 60 | 347 | 133 | 33 |
| Binary | 110 | 11010 | 10000101 | 1011111 | 1010000 | 0 | 110000 | 11100111 | 1011011 | 11011 |
Color Harmonies of #061A85
Complementary color
Monochromatic Colors of #061A85
Black with #061A85
Text Example
Text Example
White with #061A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A85; }
p { color: rgb(6,26,133); }
H1.HeaderClassName
{
color: #061A85;
}
.AnyTagClassName
{
color: #061A85;
}
</style>
background-color css
<style>
a { background-color: #061A85; }
a { background-color: rgb(6,26,133); }
div.DivClassName
{
background-color: #061A85;
}
.BgClassName
{
background-color: #061A85;
}
</style>
border-color css
<style>
span { border-color: #061A85; }
span { border-color: rgb(6,26,133); }
td.TdClassName
{
border-color: #061A85;
}
.TagClassName
{
border-color: #061A85;
}
</style>