#0F0072

Color #0F0072 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0F0072

Tints of Navy #0F0072

Color information

#0F0072 (or 0x0F0072) is unknown color: approx Navy. HEX triplet: 0F, 00 and 72. RGB value is (15,0,114). Sum of RGB (Red+Green+Blue) = 15+0+114=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 114 (44.92% from 255 or 88.37% from 129); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F0072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0072 is #F0FF8D. Grayscale: #111111. Windows color (decimal): -15794062 or 7471119. OLE color: 7471119.

HSL color Cylindrical-coordinate representation of color #0F0072: hue angle of 247.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0072 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB150114-
CMYK0.87100.55
HSL247.89º100%22.35%-
HSV(B)247.89º100%44.71%-
XYZ3.231.3216-
YUV17.48182.47126.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 88.37%
R=11.63%
G=0%
B=88.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1501140.87100.55247.8910022.35
HexF0725764037f86416
Octal17016212714406737014426
Binary11110111001010101111100100011011111111000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0072; }

 p { color: rgb(15,0,114); }

 H1.HeaderClassName
 {
   color: #0F0072;
 }
 .AnyTagClassName
 {
   color: #0F0072;
 }
</style>
background-color css

<style>
 a { background-color: #0F0072; }

 a { background-color: rgb(15,0,114); }

 div.DivClassName
 {
   background-color: #0F0072;
 }
 .BgClassName
 {
   background-color: #0F0072;
 }
</style>
border-color css

<style>
 span { border-color: #0F0072; }

 span { border-color: rgb(15,0,114); }

 td.TdClassName
 {
   border-color: #0F0072;
 }
 .TagClassName
 {
   border-color: #0F0072;
 }
</style>