#00087B (or 0x00087B) is unknown color: approx Navy. HEX triplet: 00, 08 and 7B. RGB value is (0,8,123). Sum of RGB (Red+Green+Blue) = 0+8+123=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 123 (48.44% from 255 or 93.89% from 131); Max value from RGB is 123 - color contains mainly: blue. Hex color #00087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00087B is #FFF784. Grayscale: #121212. Windows color (decimal): -16775045 or 8062976. OLE color: 8062976.
HSL color Cylindrical-coordinate representation of color #00087B: hue angle of 236.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00087B is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
<style> p { color: #00087b; } p { color: rgb(0,8,123); } H1.HeaderClassName { color: #00087b; } .AnyTagClassName { color: #00087b; } </style>
<style> a { background-color: #00087b; } a { background-color: rgb(0,8,123); } div.DivClassName { background-color: #00087b; } .BgClassName { background-color: #00087b; } </style>
<style> span { border-color: #00087b; } span { border-color: rgb(0,8,123); } td.TdClassName { border-color: #00087b; } .TagClassName { border-color: #00087b; } </style>