Shades of Sapphire #05174B
Tints of Sapphire #05174B
RGB
CMYK
RGB Variations
Color information
#05174B (or 0x05174B) is known color: Sapphire. HEX triplet: 05, 17 and 4B. RGB value is (5,23,75). Sum of RGB (Red+Green+Blue) = 5+23+75=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #05174B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05174B is #FAE8B4. Grayscale: #171717. Windows color (decimal): -16443573 or 4921093. OLE color: 4921093.
HSL color Cylindrical-coordinate representation of color #05174B: hue angle of 224.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05174B is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 5 | 23 | 75 | - |
CMYK | 0.93 | 0.69 | 0 | 0.71 |
HSL | 224.57º | 0.88% | 0.16% | - |
HSV(B) | 224.57º | 0.93% | 0.29% | - |
XYZ | 1.64 | 1.15 | 6.79 | - |
YUV | 23.55 | 157.04 | 114.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 23 | 75 | 0.93 | 0.69 | 0 | 0.71 | 224.57 | 0.88 | 0.16 |
Hex | 5 | 17 | 4B | 5D | 45 | 0 | 47 | E1 | 58 | 10 |
Octal | 5 | 27 | 113 | 135 | 105 | 0 | 107 | 341 | 130 | 20 |
Binary | 101 | 10111 | 1001011 | 1011101 | 1000101 | 0 | 1000111 | 11100001 | 1011000 | 10000 |
Color Harmonies of #05174B
Complementary color
Monochromatic Colors of #05174B
Black with #05174B
Text Example
Text Example
White with #05174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05174B; }
p { color: rgb(5,23,75); }
H1.HeaderClassName
{
color: #05174B;
}
.AnyTagClassName
{
color: #05174B;
}
</style>
background-color css
<style>
a { background-color: #05174B; }
a { background-color: rgb(5,23,75); }
div.DivClassName
{
background-color: #05174B;
}
.BgClassName
{
background-color: #05174B;
}
</style>
border-color css
<style>
span { border-color: #05174B; }
span { border-color: rgb(5,23,75); }
td.TdClassName
{
border-color: #05174B;
}
.TagClassName
{
border-color: #05174B;
}
</style>