Shades of Sherpa Blue #00454B
Tints of Sherpa Blue #00454B
RGB
CMYK
RGB Variations
Color information
#00454B (or 0x00454B) is known color: Sherpa Blue. HEX triplet: 00, 45 and 4B. RGB value is (0,69,75). Sum of RGB (Red+Green+Blue) = 0+69+75=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #00454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00454B is #FFBAB4. Grayscale: #303030. Windows color (decimal): -16759477 or 4932864. OLE color: 4932864.
HSL color Cylindrical-coordinate representation of color #00454B: hue angle of 184.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00454B is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 69 | 75 | - |
| CMYK | 1 | 0.08 | 0 | 0.71 |
| HSL | 184.8º | 1% | 0.15% | - |
| HSV(B) | 184.8º | 1% | 0.29% | - |
| XYZ | 3.4 | 4.76 | 7.4 | - |
| YUV | 49.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 75 | 1 | 0.08 | 0 | 0.71 | 184.8 | 1 | 0.15 |
| Hex | 0 | 45 | 4B | 64 | 8 | 0 | 47 | B9 | 64 | F |
| Octal | 0 | 105 | 113 | 144 | 10 | 0 | 107 | 271 | 144 | 17 |
| Binary | 0 | 1000101 | 1001011 | 1100100 | 1000 | 0 | 1000111 | 10111001 | 1100100 | 1111 |
Color Harmonies of #00454B
Complementary color
Monochromatic Colors of #00454B
Black with #00454B
Text Example
Text Example
White with #00454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00454B; }
p { color: rgb(0,69,75); }
H1.HeaderClassName
{
color: #00454B;
}
.AnyTagClassName
{
color: #00454B;
}
</style>
background-color css
<style>
a { background-color: #00454B; }
a { background-color: rgb(0,69,75); }
div.DivClassName
{
background-color: #00454B;
}
.BgClassName
{
background-color: #00454B;
}
</style>
border-color css
<style>
span { border-color: #00454B; }
span { border-color: rgb(0,69,75); }
td.TdClassName
{
border-color: #00454B;
}
.TagClassName
{
border-color: #00454B;
}
</style>