#0F067C

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

Shades of Navy #0F067C

Tints of Navy #0F067C

Color information

#0F067C (or 0x0F067C) is unknown color: approx Navy. HEX triplet: 0F, 06 and 7C. RGB value is (15,6,124). Sum of RGB (Red+Green+Blue) = 15+6+124=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F067C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F067C is #F0F983. Grayscale: #151515. Windows color (decimal): -15792516 or 8128015. OLE color: 8128015.

HSL color Cylindrical-coordinate representation of color #0F067C: hue angle of 244.58º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F067C is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB156124-
CMYK0.880.9500.51
HSL244.58º90.77%25.49%-
HSV(B)244.58º95.16%48.63%-
XYZ3.91.6919.19-
YUV22.14185.48122.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 124 (48.83% from 255) = 85.52%
R=10.34%
G=4.14%
B=85.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1561240.880.9500.51244.5890.7725.49
HexF67C585F033f55b19
Octal17617413013706336513331
Binary1111110111110010110001011111011001111110101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,6,124); }

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

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

 a { background-color: rgb(15,6,124); }

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

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

 span { border-color: rgb(15,6,124); }

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