Shades of Sapphire #030C5E
Tints of Sapphire #030C5E
RGB
CMYK
RGB Variations
Color information
#030C5E (or 0x030C5E) is known color: Sapphire. HEX triplet: 03, 0C and 5E. RGB value is (3,12,94). Sum of RGB (Red+Green+Blue) = 3+12+94=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 94 (37.11% from 255 or 86.24% from 109); Max value from RGB is 94 - color contains mainly: blue. Hex color #030C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C5E is #FCF3A1. Grayscale: #121212. Windows color (decimal): -16577442 or 6163459. OLE color: 6163459.
HSL color Cylindrical-coordinate representation of color #030C5E: hue angle of 234.07º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030C5E is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 3 | 12 | 94 | - |
CMYK | 0.97 | 0.87 | 0 | 0.63 |
HSL | 234.07º | 0.94% | 0.19% | - |
HSV(B) | 234.07º | 0.97% | 0.37% | - |
XYZ | 2.19 | 1.09 | 10.68 | - |
YUV | 18.66 | 170.52 | 116.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 12 | 94 | 0.97 | 0.87 | 0 | 0.63 | 234.07 | 0.94 | 0.19 |
Hex | 3 | C | 5E | 61 | 57 | 0 | 3F | EA | 5E | 13 |
Octal | 3 | 14 | 136 | 141 | 127 | 0 | 77 | 352 | 136 | 23 |
Binary | 11 | 1100 | 1011110 | 1100001 | 1010111 | 0 | 111111 | 11101010 | 1011110 | 10011 |
Color Harmonies of #030C5E
Complementary color
Monochromatic Colors of #030C5E
Black with #030C5E
Text Example
Text Example
White with #030C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C5E; }
p { color: rgb(3,12,94); }
H1.HeaderClassName
{
color: #030C5E;
}
.AnyTagClassName
{
color: #030C5E;
}
</style>
background-color css
<style>
a { background-color: #030C5E; }
a { background-color: rgb(3,12,94); }
div.DivClassName
{
background-color: #030C5E;
}
.BgClassName
{
background-color: #030C5E;
}
</style>
border-color css
<style>
span { border-color: #030C5E; }
span { border-color: rgb(3,12,94); }
td.TdClassName
{
border-color: #030C5E;
}
.TagClassName
{
border-color: #030C5E;
}
</style>