Shades of Sapphire #04307B
Tints of Sapphire #04307B
RGB
CMYK
RGB Variations
Color information
#04307B (or 0x04307B) is known color: Sapphire. HEX triplet: 04, 30 and 7B. RGB value is (4,48,123). Sum of RGB (Red+Green+Blue) = 4+48+123=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #04307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04307B is #FBCF84. Grayscale: #2B2B2B. Windows color (decimal): -16502661 or 8073220. OLE color: 8073220.
HSL color Cylindrical-coordinate representation of color #04307B: hue angle of 217.82º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04307B is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 48 | 123 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.52 |
| HSL | 217.82º | 0.94% | 0.25% | - |
| HSV(B) | 217.82º | 0.97% | 0.48% | - |
| XYZ | 4.68 | 3.57 | 19.18 | - |
| YUV | 43.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 123 | 0.97 | 0.61 | 0 | 0.52 | 217.82 | 0.94 | 0.25 |
| Hex | 4 | 30 | 7B | 61 | 3D | 0 | 34 | DA | 5E | 19 |
| Octal | 4 | 60 | 173 | 141 | 75 | 0 | 64 | 332 | 136 | 31 |
| Binary | 100 | 110000 | 1111011 | 1100001 | 111101 | 0 | 110100 | 11011010 | 1011110 | 11001 |
Color Harmonies of #04307B
Complementary color
Monochromatic Colors of #04307B
Black with #04307B
Text Example
Text Example
White with #04307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04307B; }
p { color: rgb(4,48,123); }
H1.HeaderClassName
{
color: #04307B;
}
.AnyTagClassName
{
color: #04307B;
}
</style>
background-color css
<style>
a { background-color: #04307B; }
a { background-color: rgb(4,48,123); }
div.DivClassName
{
background-color: #04307B;
}
.BgClassName
{
background-color: #04307B;
}
</style>
border-color css
<style>
span { border-color: #04307B; }
span { border-color: rgb(4,48,123); }
td.TdClassName
{
border-color: #04307B;
}
.TagClassName
{
border-color: #04307B;
}
</style>