#000F7D (or 0x000F7D) is unknown color: approx Navy. HEX triplet: 00, 0F and 7D. RGB value is (0,15,125). Sum of RGB (Red+Green+Blue) = 0+15+125=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 125 (49.22% from 255 or 89.29% from 140); Max value from RGB is 125 - color contains mainly: blue. Hex color #000F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F7D is #FFF082. Grayscale: #161616. Windows color (decimal): -16773251 or 8195840. OLE color: 8195840.
HSL color Cylindrical-coordinate representation of color #000F7D: hue angle of 232.8º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F7D is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
<style> p { color: #000F7D; } p { color: rgb(0,15,125); } H1.HeaderClassName { color: #000F7D; } .AnyTagClassName { color: #000F7D; } </style>
<style> a { background-color: #000F7D; } a { background-color: rgb(0,15,125); } div.DivClassName { background-color: #000F7D; } .BgClassName { background-color: #000F7D; } </style>
<style> span { border-color: #000F7D; } span { border-color: rgb(0,15,125); } td.TdClassName { border-color: #000F7D; } .TagClassName { border-color: #000F7D; } </style>