Shades of Sapphire #03184B
Tints of Sapphire #03184B
RGB
CMYK
RGB Variations
Color information
#03184B (or 0x03184B) is known color: Sapphire. HEX triplet: 03, 18 and 4B. RGB value is (3,24,75). Sum of RGB (Red+Green+Blue) = 3+24+75=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #03184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03184B is #FCE7B4. Grayscale: #171717. Windows color (decimal): -16574389 or 4921347. OLE color: 4921347.
HSL color Cylindrical-coordinate representation of color #03184B: hue angle of 222.5º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03184B is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 24 | 75 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.71 |
| HSL | 222.5º | 0.92% | 0.15% | - |
| HSV(B) | 222.5º | 0.96% | 0.29% | - |
| XYZ | 1.63 | 1.18 | 6.8 | - |
| YUV | 23.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 75 | 0.96 | 0.68 | 0 | 0.71 | 222.5 | 0.92 | 0.15 |
| Hex | 3 | 18 | 4B | 60 | 44 | 0 | 47 | DE | 5C | F |
| Octal | 3 | 30 | 113 | 140 | 104 | 0 | 107 | 336 | 134 | 17 |
| Binary | 11 | 11000 | 1001011 | 1100000 | 1000100 | 0 | 1000111 | 11011110 | 1011100 | 1111 |
Color Harmonies of #03184B
Complementary color
Monochromatic Colors of #03184B
Black with #03184B
Text Example
Text Example
White with #03184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03184B; }
p { color: rgb(3,24,75); }
H1.HeaderClassName
{
color: #03184B;
}
.AnyTagClassName
{
color: #03184B;
}
</style>
background-color css
<style>
a { background-color: #03184B; }
a { background-color: rgb(3,24,75); }
div.DivClassName
{
background-color: #03184B;
}
.BgClassName
{
background-color: #03184B;
}
</style>
border-color css
<style>
span { border-color: #03184B; }
span { border-color: rgb(3,24,75); }
td.TdClassName
{
border-color: #03184B;
}
.TagClassName
{
border-color: #03184B;
}
</style>