#0F057A

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

Shades of Navy #0F057A

Tints of Navy #0F057A

Color information

#0F057A (or 0x0F057A) is unknown color: approx Navy. HEX triplet: 0F, 05 and 7A. RGB value is (15,5,122). Sum of RGB (Red+Green+Blue) = 15+5+122=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 122 (48.05% from 255 or 85.92% from 142); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F057A is #F0FA85. Grayscale: #141414. Windows color (decimal): -15792774 or 7996687. OLE color: 7996687.

HSL color Cylindrical-coordinate representation of color #0F057A: hue angle of 245.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F057A is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB155122-
CMYK0.880.9600.52
HSL245.13º92.13%24.9%-
HSV(B)245.13º95.9%47.84%-
XYZ3.761.6218.53-
YUV21.33184.81123.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 122 (48.05% from 255) = 85.92%
R=10.56%
G=3.52%
B=85.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1551220.880.9600.52245.1392.1324.9
HexF57A5860034f55c19
Octal17517213014006436513431
Binary1111101111101010110001100000011010011110101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,122); }

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

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

 a { background-color: rgb(15,5,122); }

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

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

 span { border-color: rgb(15,5,122); }

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